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