1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-06 19:48:15 +00:00
No description
Find a file
2007-08-17 05:00:59 +00:00
beos
cli
daemon Shut down ipc server on fatal signal, not just torrent client. 2007-08-17 03:57:26 +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 don't cache the connection; these are one-shot requests 2007-08-17 05:00:59 +00:00
m4 Add pkg.m4 for PKG_CHECK_MODULES in case the platform doesn't have pkg-config installed 2007-08-16 15:54:23 +00:00
macosx don't resize the inspector unnecessarily 2007-08-17 01:29:46 +00:00
misc Doc update. 2007-08-16 04:22:34 +00:00
mk move version.sh to the old mk folder 2007-08-16 16:16:55 +00:00
third-party get mac version building again 2007-08-15 03:12:54 +00:00
Transmission.xcodeproj Add new libevent files to xcode project. 2007-08-16 21:42:39 +00:00
wx fix tr_init() 2007-08-17 03:39:41 +00:00
.gitignore
appcast.xml
AUTHORS patch from Nick Shanks to improve the filter bar 2007-08-09 18:55:22 +00:00
autogen.sh no need for `verbose' mode, and no need to include paths that don't exist 2007-08-16 19:05:25 +00:00
ChangeLog
configure.ac try backing out from -Os to -O3 and seeing if that changes anything 2007-08-17 04:33:57 +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 make the build quieter 2007-08-17 02:50:55 +00:00
transmission.spec.in

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

If you miss the silence of