3 Transmission is a fast, easy, and free BitTorrent client.
4 It comes in several flavors:
6 * A native Mac OS X GUI application
7 * GTK+ and Qt GUI applications for Linux, BSD, etc.
8 * A headless daemon for servers and routers
9 * A web UI for remote controlling any of the above
11 Visit http://www.transmissionbt.com/ for more information.
15 Transmission has an Xcode project file (Transmission.xcodeproj)
16 for building in Xcode.
18 For a more detailed description, and dependancies, visit:
19 http://trac.transmissionbt.com/wiki/
21 Building a Transmission release from the command line:
23 $ xz -d -c transmission-2.11.tar.xz | tar xf -
24 $ cd transmission-2.11
29 Building Transmission from the nightly builds:
31 Download a tarball from http://build.transmissionbt.com/job/trunk-linux-inc/
32 and follow the steps from the previous section.
34 If you're new to building programs from source code, this is typically
35 easier than building from SVN.
37 Building Transmission from SVN (First Time):
39 $ svn co svn://svn.transmissionbt.com/Transmission/trunk Transmission
45 Building Transmission from SVN (Updating):
50 $ ./update-version-h.sh
54 Notes for building on Solaris' C compiler: User av reports success with
55 this invocation: ./configure CC=c99 CXX=CC CFLAGS='-D__EXTENSIONS__ -mt'