1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 04:53:27 +00:00
No description
Find a file
2007-08-16 15:48:07 +00:00
beos
cli
daemon Unbreak daemon. 2007-08-16 00:10:56 +00:00
doc Doc update. 2007-08-16 04:22:34 +00:00
gtk more autoconf hacking 2007-08-16 00:28:00 +00:00
libtransmission Save client name from azureus or extended handshake, overriding name deduced from peer id. 2007-08-15 23:03:50 +00:00
m4 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
macosx store only a single icon in the Torrent class instead of 2 2007-08-16 04:12:43 +00:00
misc Doc update. 2007-08-16 04:22:34 +00:00
mk 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
third-party
Transmission.xcodeproj use colors and rects instead of images for creating the pieces view 2007-08-16 02:11:08 +00:00
wx
.gitignore
appcast.xml
AUTHORS
autogen.sh Fix autogen.sh on osx (and maybe elsewhere too). 2007-08-16 15:48:07 +00:00
ChangeLog
configure.ac more autoconf hacking 2007-08-16 00:28:00 +00:00
LICENSE
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
README Remove "make install" from the SVN instructions -- it's a bad idea to recommend users overwrite a real release with an SVN snapshot 2007-08-16 15:38:31 +00:00
transmission.spec.in
version.sh

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