Go to file
Mitchell Livingston 4555f58451 update queue image to have orange continue button 2007-10-21 04:07:11 +00:00
Transmission.xcodeproj updated help images from John_Clay 2007-10-21 03:34:13 +00:00
beos
cli remove dead code (TR_STATUS_ACTIVE, TR_STATUS_INACTIVE) 2007-10-20 22:07:21 +00:00
daemon remove dead code (TR_STATUS_ACTIVE, TR_STATUS_INACTIVE) 2007-10-20 22:07:21 +00:00
doc
gtk remove dead code (TR_STATUS_ACTIVE, TR_STATUS_INACTIVE) 2007-10-20 22:07:21 +00:00
libtransmission remove dead code (TR_STATUS_ACTIVE, TR_STATUS_INACTIVE) 2007-10-20 22:07:21 +00:00
m4
macosx update queue image to have orange continue button 2007-10-21 04:07:11 +00:00
misc
mk
po updated gtk+ Spanish translation by Vicente Carro 2007-10-20 18:15:38 +00:00
third-party
wx remove unused flags 2007-10-15 20:58:39 +00:00
.gitignore
AUTHORS fix regression where N/A is shown when leechers, seeders, or completed is 0; promote AR 2007-10-17 00:46:20 +00:00
ChangeLog
LICENSE
Makefile.am
NEWS Add support for the MSE Tracker Extension (suggested by barry_u and persept) 2007-10-20 20:27:37 +00:00
README make a trivial change for pea 2007-10-19 06:08:07 +00:00
appcast.xml
autogen.sh
configure.ac don't let po/Makefile.in stop configure when "./configure.sh --without-gtk" is being run. (#389, mezz) 2007-10-20 20:43:48 +00:00
transmission.spec.in

README

README for Transmission
=======================

Transmission is a fast, easy, and free BitTorrent client.

It runs on Mac OS X (Cocoa interface),
Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface)
and BeOS (native interface).

Visit http://transmission.m0k.org/ for more information.


Building Transmission
=====================

Transmission has an Xcode project file (Transmission.xcodeproj)
for building in Xcode.

Building a Transmission release from the command line:

    $ tar xvfz Transmission-80.tar.gz
    $ cd Transmission-0.80
    $ ./configure -q && make -s
    $ su (if necessary for the next line)
    $ make install

Building Transmission from SVN (First Time):

    $ svn co svn://svn.m0k.org/Transmission/trunk Transmission
    $ cd Transmission
    $ ./autogen.sh
    $ ./configure -q && make -s

Building Transmission from SVN (Updating):

    $ cd Transmission
    $ svn up
    $ make -s