Bläddra i källkod

Fix some formatting for those who just want to copy/paste their
compiles.


svn:r9638

Andrew Lewman 17 år sedan
förälder
incheckning
d4ad70af5f
1 ändrade filer med 3 tillägg och 4 borttagningar
  1. 3 4
      doc/tor-osx-dmg-creation.txt

+ 3 - 4
doc/tor-osx-dmg-creation.txt

@@ -63,10 +63,9 @@ http://www.monkey.org/~provos/libevent/
 
 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".