Go to file
Charles Kerr af8ca0a2e6 updated gtk+ Spanish translation by Vicente Carro 2007-10-20 18:15:38 +00:00
Transmission.xcodeproj small name change and other trivial adjustments 2007-10-17 23:33:22 +00:00
beos Oops, remove extra paren. 2007-08-05 04:04:04 +00:00
cli tyop fix 2007-10-19 23:21:32 +00:00
daemon remove unused flags 2007-10-15 20:58:39 +00:00
doc small typo fixes 2007-10-13 17:39:15 +00:00
gtk have gtk+ use the batch form of setFilePriorities(). remove saveFastResumeSoon(). 2007-10-19 23:44:01 +00:00
libtransmission dead code removal. 2007-10-20 15:17:36 +00:00
m4 * add intltool macros to make it easier to build from svn. 2007-10-09 02:49:24 +00:00
macosx remove reference to advanced progress bar from help 2007-10-20 11:58:10 +00:00
misc Doc update. 2007-08-16 04:22:34 +00:00
mk fix version.sh 2007-09-20 16:37:11 +00:00
po updated gtk+ Spanish translation by Vicente Carro 2007-10-20 18:15:38 +00:00
third-party add a NULL "install:" target for third-party libraries so they don't get forced on other programs via "make install" 2007-10-08 15:54:07 +00:00
wx remove unused flags 2007-10-15 20:58:39 +00:00
.gitignore make the gtk translation files play nicely with autoconf 2007-10-08 15:37:33 +00:00
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 required files 2007-07-18 23:13:30 +00:00
LICENSE add copyright info to LICENSE 2007-09-10 03:15:13 +00:00
Makefile.am fix the `transmission.desktop' errors reported by jinzo and Lacrocivious 2007-10-09 18:28:14 +00:00
NEWS huge tracker cleanup for the "no response from tracker" issue 2007-10-17 18:59:58 +00:00
README make a trivial change for pea 2007-10-19 06:08:07 +00:00
appcast.xml correct appcast urls 2007-10-07 04:48:16 +00:00
autogen.sh make the gtk translation files play nicely with autoconf 2007-10-08 15:37:33 +00:00
configure.ac (1) don't build the wx client unless the user tells configure.sh to. (2) rank NEWS items by priority 2007-10-11 15:16:38 +00:00
transmission.spec.in janitorial work for the freeze: (1) finish replacing "transmission-gtk" with "transmission". (2) add Charles to authors lists in man pages. (3) standardize the summary as "A fast and easy BitTorrent client" in the rpm spec, gtk about dialog, and man pages. (4) fold together similar translation strings in the gtk client. (5) use g_strerror instead of strerror in the gtk client. 2007-10-13 17:33:53 +00:00

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