1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 06:02:57 +00:00
No description
Find a file
2007-10-28 03:29:20 +00:00
beos
cli ensure that "make install" installs the man pages. 2007-10-24 22:53:44 +00:00
daemon Add IPC messages to set and retrieve the encryption mode. 2007-10-26 03:43:27 +00:00
doc Add IPC messages to set and retrieve the encryption mode. 2007-10-26 03:43:27 +00:00
gtk compatability with older C copmilers (ticket #422, patch by fizz) 2007-10-27 21:29:41 +00:00
icon
libtransmission compatability with older C copmilers (ticket #422, patch by fizz) 2007-10-27 21:29:41 +00:00
m4
macosx change tiff's to png's 2007-10-28 03:29:20 +00:00
misc
po
third-party
Transmission.xcodeproj change tiff's to png's 2007-10-28 03:29:20 +00:00
wx
.gitignore remove the old make system, move version.sh to macosx/ 2007-10-25 17:07:02 +00:00
appcast.xml
AUTHORS
autogen.sh
ChangeLog
configure.ac compatability with older C copmilers (ticket #422, patch by fizz) 2007-10-27 21:29:41 +00:00
LICENSE
Makefile.am remove the old make system, move version.sh to macosx/ 2007-10-25 17:07:02 +00:00
NEWS make main window textured on Leopard 2007-10-26 16:57:16 +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