1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-02 12:32:54 +00:00
No description
Find a file
2007-10-25 13:59:46 +00:00
beos
cli ensure that "make install" installs the man pages. 2007-10-24 22:53:44 +00:00
daemon ensure that "make install" installs the man pages. 2007-10-24 22:53:44 +00:00
doc
gtk set the lowest "maximum upload" and "maximum download" speed to 0 2007-10-24 22:59:54 +00:00
icon updated icon from AR 2007-10-23 11:22:57 +00:00
libtransmission fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
m4
macosx don't package .svn and .deps directories underneath macosx/ 2007-10-24 21:47:13 +00:00
misc
mk trunk: update version to 0.90+ 2007-10-24 12:59:52 +00:00
po initial checkin of gtk i18n changelog 2007-10-24 01:32:20 +00:00
third-party get "make distcheck" working again 2007-10-24 17:20:50 +00:00
Transmission.xcodeproj trunk: fix small memory leak when generating sounds menu 2007-10-24 16:50:10 +00:00
wx remove unused flags 2007-10-15 20:58:39 +00:00
.gitignore
appcast.xml eliminate old releases from appcast 2007-10-24 03:46:05 +00:00
AUTHORS trunk: Add Dutch Sparkle localization and update news for news/authors localization 2007-10-24 15:19:57 +00:00
autogen.sh
ChangeLog
configure.ac don't require the user to have svn installed when building from tarball 2007-10-24 19:57:47 +00:00
LICENSE
Makefile.am bundle the mk/ directory along for mac users 2007-10-24 22:21:37 +00:00
NEWS fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
README users don't need to run autogen from the tarball 2007-10-24 17:25:41 +00:00
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 xvfz transmission-0.90.tar.gz
    $ cd transmission-0.90
    $ ./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