summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-02-24 15:11:26 +0000
committerAndrew Lewman <andrew@torproject.org>2007-02-24 15:11:26 +0000
commitd4ad70af5fb3d2a8ed792a150201b84561531370 (patch)
tree88ba356f9ca99787eb1ce4fce709aa6e50299d3e
parentcc64d1f111e9415d1a862939b559622a0ec565a2 (diff)
downloadtor-d4ad70af5fb3d2a8ed792a150201b84561531370.tar.gz
tor-d4ad70af5fb3d2a8ed792a150201b84561531370.zip
Fix some formatting for those who just want to copy/paste their
compiles. svn:r9638
-rw-r--r--doc/tor-osx-dmg-creation.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt
index fbff021140..333986fc9f 100644
--- a/doc/tor-osx-dmg-creation.txt
+++ b/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".