transmission/README

38 lines
959 B
Plaintext
Raw Normal View History

2006-07-16 19:39:23 +00:00
README for Transmission
=======================
Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top of an efficient, cross-platform
2006-07-16 19:39:23 +00:00
back-end.
Transmission runs on Mac OS X (Cocoa interface),
Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface)
and BeOS (native interface).
2006-07-16 19:39:23 +00:00
For more information (including build instructions), please consult the
website: http://transmission.m0k.org/
Building Transmission
=====================
Transmission has xcode files that allows it to be built in xcode.
Building a Transmission release from the command line:
$ tar xvfz Transmission-80.tar.gz
$ cd Transmission-0.80
2007-08-17 02:50:55 +00:00
$ ./configure -q && make -s
$ su (if necessary for the next line)
$ make install
Building Transmission from SVN:
$ svn co svn://svn.m0k.org/Transmission/trunk Transmission
$ cd Transmission
$ ./autogen.sh
2007-08-17 02:50:55 +00:00
$ ./configure -q && make -s
If you miss the silence of