transmission/README

36 lines
918 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
$ ./configure && make
$ 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
$ ./configure && make