Changeset 7304 for trunk/README
- Timestamp:
- Dec 6, 2008, 5:04:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r4395 r7304 6 6 It runs on Mac OS X (Cocoa interface), 7 7 Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) 8 and BeOS (native interface).9 8 10 9 Visit http://www.transmissionbt.com/ for more information. … … 17 16 for building in Xcode. 18 17 18 For a more detailed description, and dependancies, visit: 19 http://trac.transmissionbt.com/wiki/ 20 19 21 Building a Transmission release from the command line: 20 22 21 $ tar xvfj transmission-1. 0.tar.bz222 $ cd transmission-1. 023 $ tar xvfj transmission-1.40.tar.bz2 24 $ cd transmission-1.40 23 25 $ ./configure -q && make -s 24 26 $ su (if necessary for the next line) … … 29 31 $ svn co svn://svn.m0k.org/Transmission/trunk Transmission 30 32 $ cd Transmission 31 $ ./autogen.sh 32 $ ./configure -q && make -s 33 $ ./autogen.sh && make -s 34 $ su (if necessary for the next line) 35 $ make install 33 36 34 37 Building Transmission from SVN (Updating): 35 38 36 39 $ cd Transmission 40 $ make clean 37 41 $ svn up 38 42 $ make -s 39 43 $ su (if necessary for the next line) 44 $ make install
Note: See TracChangeset
for help on using the changeset viewer.