Changeset 2796
- Timestamp:
- Aug 16, 2007, 3:20:11 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 1 deleted
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r2749 r2796 1 ACLOCAL_AMFLAGS = -I m4 2 1 3 if WITH_GTK 2 4 GTK_DIR = gtk -
trunk/README
r2574 r2796 12 12 For more information (including build instructions), please consult the 13 13 website: http://transmission.m0k.org/ 14 15 16 Building Transmission 17 ===================== 18 19 Transmission has xcode files 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 && make 26 $ make install 27 28 Building Transmission from SVN: 29 30 $ svn co svn://svn.m0k.org/Transmission/trunk Transmission 31 $ cd Transmission 32 $ ./autogen.sh 33 $ ./configure && make 34 $ make install 35
Note: See TracChangeset
for help on using the changeset viewer.