Last change
on this file since 3749 was
3749,
checked in by charles, 15 years ago
|
fix mistake pointed out by Lacrocivious
|
-
Property svn:keywords set to
Date Rev Author Id
|
File size:
910 bytes
|
Line | |
---|
1 | README for Transmission |
---|
2 | ======================= |
---|
3 | |
---|
4 | Transmission is a fast, easy, and free BitTorrent client. |
---|
5 | |
---|
6 | It runs on Mac OS X (Cocoa interface), |
---|
7 | Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) |
---|
8 | and BeOS (native interface). |
---|
9 | |
---|
10 | Visit http://transmission.m0k.org/ for more information. |
---|
11 | |
---|
12 | |
---|
13 | Building Transmission |
---|
14 | ===================== |
---|
15 | |
---|
16 | Transmission has an Xcode project file (Transmission.xcodeproj) |
---|
17 | for building in Xcode. |
---|
18 | |
---|
19 | Building a Transmission release from the command line: |
---|
20 | |
---|
21 | $ tar xvfj transmission-0.92.tar.bz2 |
---|
22 | $ cd transmission-0.90 |
---|
23 | $ ./configure -q && make -s |
---|
24 | $ su (if necessary for the next line) |
---|
25 | $ make install |
---|
26 | |
---|
27 | Building Transmission from SVN (First Time): |
---|
28 | |
---|
29 | $ svn co svn://svn.m0k.org/Transmission/trunk Transmission |
---|
30 | $ cd Transmission |
---|
31 | $ ./autogen.sh |
---|
32 | $ ./configure -q && make -s |
---|
33 | |
---|
34 | Building Transmission from SVN (Updating): |
---|
35 | |
---|
36 | $ cd Transmission |
---|
37 | $ svn up |
---|
38 | $ make -s |
---|
39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.