Go to file
Charles Kerr 1e53e9de72 shut up a compiler warning 2007-08-18 23:32:07 +00:00
Transmission.xcodeproj rearrange project a bit 2007-08-18 17:16:33 +00:00
beos Oops, remove extra paren. 2007-08-05 04:04:04 +00:00
cli more work on getting our autoconf setup to play nice with libevent 2007-08-15 02:48:32 +00:00
daemon Shut down ipc server on fatal signal, not just torrent client. 2007-08-17 03:57:26 +00:00
doc Doc update. 2007-08-16 04:22:34 +00:00
gtk highlight error torrents in red in the main window 2007-08-18 19:22:31 +00:00
libtransmission shut up a compiler warning 2007-08-18 23:32:07 +00:00
m4 Add pkg.m4 for PKG_CHECK_MODULES in case the platform doesn't have pkg-config installed 2007-08-16 15:54:23 +00:00
macosx make credits match authors 2007-08-18 18:37:32 +00:00
misc Doc update. 2007-08-16 04:22:34 +00:00
mk update version.sh to exclude third-party. add $Id:$ to the new files s.t. version.sh will find them. 2007-08-18 17:05:51 +00:00
third-party get mac version building again 2007-08-15 03:12:54 +00:00
wx $Id$ 2007-08-18 17:19:49 +00:00
.gitignore Merge daemon branch to trunk. 2007-04-18 16:39:10 +00:00
AUTHORS added mirek's slovakian translation. added mirek, Niels Provos, and TooMuchTime to the `thanks' sectio of AUTHORS 2007-08-18 18:33:47 +00:00
ChangeLog required files 2007-07-18 23:13:30 +00:00
LICENSE grammar and comment ;) 2007-07-29 15:02:42 +00:00
Makefile.am More autoconf work. Added instructions on building Transmission to README. autoconf might work out-of-the-box on OS X now. 2007-08-16 15:20:11 +00:00
NEWS merge: update news date 2007-08-07 14:08:31 +00:00
README make the build quieter 2007-08-17 02:50:55 +00:00
appcast.xml update appcast to point to mirror 2007-08-07 03:08:28 +00:00
autogen.sh no need for `verbose' mode, and no need to include paths that don't exist 2007-08-16 19:05:25 +00:00
configure.ac added mirek's slovakian translation. added mirek, Niels Provos, and TooMuchTime to the `thanks' sectio of AUTHORS 2007-08-18 18:33:47 +00:00
transmission.spec.in get mac build compiling again 2007-07-19 01:21:13 +00:00

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 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 -q && make -s
    $ 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 -q && make -s

If you miss the silence of