Go to file
Mitchell Livingston 973ed82609 clean up a little inspector code 2007-10-07 02:28:09 +00:00
Transmission.xcodeproj get selected tab in inspector closer to working: 1. it doesn't select at startup 2. needs missing images and cleaned up back images 2007-10-07 02:25:39 +00:00
beos
cli add tr_stat.peersKnown to indicate how many peers exist in the peer `pool' 2007-10-01 15:51:54 +00:00
daemon
doc update ltep documentation 2007-09-29 23:58:37 +00:00
gtk s/Stop/Pause/ 2007-10-06 07:06:37 +00:00
libtransmission set properties for new files 2007-10-06 22:24:50 +00:00
m4
macosx clean up a little inspector code 2007-10-07 02:28:09 +00:00
misc
mk
third-party
wx modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients. 2007-09-26 01:55:04 +00:00
.gitignore rename en to English (other languages will be changed to i18n names by the next release, though) 2007-10-04 03:45:52 +00:00
AUTHORS
ChangeLog
LICENSE
Makefile.am
NEWS rename en to English (other languages will be changed to i18n names by the next release, though) 2007-10-04 03:45:52 +00:00
README modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients. 2007-09-26 01:55:04 +00:00
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