[or-cvs] r9638: Fix some formatting for those who just want to copy/paste th (tor/trunk/doc)

phobos at seul.org phobos at seul.org
Sat Feb 24 15:11:27 UTC 2007


Author: phobos
Date: 2007-02-24 10:11:26 -0500 (Sat, 24 Feb 2007)
New Revision: 9638

Modified:
   tor/trunk/doc/tor-osx-dmg-creation.txt
Log:
Fix some formatting for those who just want to copy/paste their
compiles.


Modified: tor/trunk/doc/tor-osx-dmg-creation.txt
===================================================================
--- tor/trunk/doc/tor-osx-dmg-creation.txt	2007-02-24 08:18:59 UTC (rev 9637)
+++ tor/trunk/doc/tor-osx-dmg-creation.txt	2007-02-24 15:11:26 UTC (rev 9638)
@@ -63,10 +63,9 @@
 
 3) The first step of compiling libevent is to configure it as
 follows:
-CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
-\ LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \
-       ./configure --enable-static --disable-shared \
-       --disable-dependency-tracking
+CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
+LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \
+./configure --enable-static --disable-shared --disable-dependency-tracking
 
 3) Complete the "make" and "make install".  You will need to be root,
 or sudo -s, to complete the "make install".



More information about the tor-commits mailing list