Last change
on this file since 3014 was
3014,
checked in by livings124, 15 years ago
|
small README change
|
-
Property svn:keywords set to
Date Rev Author Id
|
File size:
1.0 KB
|
Line | |
---|
1 | README for Transmission |
---|
2 | ======================= |
---|
3 | |
---|
4 | Transmission is a free, lightweight BitTorrent client. It features a |
---|
5 | simple, intuitive interface on top of an efficient, cross-platform |
---|
6 | back-end. |
---|
7 | |
---|
8 | Transmission runs on Mac OS X (Cocoa interface), |
---|
9 | Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) |
---|
10 | and BeOS (native interface). |
---|
11 | |
---|
12 | For more information (including build instructions), please consult the |
---|
13 | website: http://transmission.m0k.org/ |
---|
14 | |
---|
15 | |
---|
16 | Building Transmission |
---|
17 | ===================== |
---|
18 | |
---|
19 | Transmission has an Xcode project file (Transmission.xcodeproj) that allows it to be built in Xcode. |
---|
20 | |
---|
21 | Building a Transmission release from the command line: |
---|
22 | |
---|
23 | $ tar xvfz Transmission-80.tar.gz |
---|
24 | $ cd Transmission-0.80 |
---|
25 | $ ./configure -q && make -s |
---|
26 | $ su (if necessary for the next line) |
---|
27 | $ make install |
---|
28 | |
---|
29 | Building Transmission from SVN (First Time): |
---|
30 | |
---|
31 | $ svn co svn://svn.m0k.org/Transmission/trunk Transmission |
---|
32 | $ cd Transmission |
---|
33 | $ ./autogen.sh |
---|
34 | $ ./configure -q && make -s |
---|
35 | |
---|
36 | Building Transmission from SVN (Updating): |
---|
37 | |
---|
38 | $ cd Transmission |
---|
39 | $ svn up |
---|
40 | $ make -s |
---|
41 | |
---|
Note: See
TracBrowser
for help on using the repository browser.