1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-23 22:50:41 +00:00
No description
Find a file
2007-11-20 01:54:11 +00:00
beos
cli tiennou's fix for #461 2007-11-12 15:15:51 +00:00
daemon
doc
gtk gtk+: disable the "status" column by default 2007-11-20 01:54:11 +00:00
icon
libtransmission fix the crash reported by pea_, Gimp, and John_Clay [ref: http://pastebin.ca/784834] 2007-11-19 21:44:38 +00:00
m4
macosx sync the struct name with the r3892 2007-11-19 21:21:34 +00:00
misc
po
third-party
Transmission.xcodeproj add stats window...right now the values mean nothing 2007-11-19 18:13:41 +00:00
wx
.gitignore
appcast.xml when dragging a file on the window, check if it has the .torrent extension; smaller changes 2007-11-13 00:56:58 +00:00
AUTHORS
autogen.sh
ChangeLog
configure.ac
LICENSE
Makefile.am
NEWS include time running stat 2007-11-19 19:47:12 +00:00
README
transmission.spec.in

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 xvfj transmission-1.0.tar.bz2
    $ cd transmission-1.0
    $ ./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