Go to file
Charles Kerr 7a15abaf7a better handling of tracker error messages. 2007-09-25 18:39:58 +00:00
Transmission.xcodeproj delocalize About window 2007-09-24 12:28:44 +00:00
beos
cli remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly... 2007-09-20 20:14:13 +00:00
daemon remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly... 2007-09-20 20:14:13 +00:00
doc merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
gtk s/transmission-gtk/transmission/ 2007-09-24 19:03:25 +00:00
libtransmission better handling of tracker error messages. 2007-09-25 18:39:58 +00:00
m4
macosx miss a localized button in About window 2007-09-24 12:44:35 +00:00
misc
mk fix version.sh 2007-09-20 16:37:11 +00:00
third-party get xcode project building again 2007-09-20 20:24:33 +00:00
wx get wx building again 2007-09-22 13:36:22 +00:00
.gitignore rename English.lproj to en.lproj as recommended by Apple (I'll do the other languages closer to when they are replaced for 0.9) 2007-09-20 21:57:24 +00:00
AUTHORS
ChangeLog
LICENSE
Makefile.am
NEWS show the priority images in the menu popup for files 2007-09-11 19:23:14 +00:00
README
appcast.xml
autogen.sh
configure.ac
transmission.spec.in

README

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

Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top of an efficient, cross-platform
back-end.

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

For more information (including build instructions), please consult the
website: http://transmission.m0k.org/


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

Transmission has an Xcode project file (Transmission.xcodeproj) 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 -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