diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-02-11 00:24:23 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-02-11 00:24:23 -0500 |
commit | 3a7e7f1be48b8c0b384be23398517f7a7d7597ad (patch) | |
tree | b2f6741f25d1b8e533469c494f88a583eba3af01 /doc/tor-osx-dmg-creation.txt | |
parent | ca2e4d20a5a0c297d7cf40b1311efdf5b7da6b0c (diff) | |
download | tor-3a7e7f1be48b8c0b384be23398517f7a7d7597ad.tar tor-3a7e7f1be48b8c0b384be23398517f7a7d7597ad.tar.gz |
Clean up whitespace
Diffstat (limited to 'doc/tor-osx-dmg-creation.txt')
-rw-r--r-- | doc/tor-osx-dmg-creation.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt index 59e3cd004..ef77a55b7 100644 --- a/doc/tor-osx-dmg-creation.txt +++ b/doc/tor-osx-dmg-creation.txt @@ -56,8 +56,8 @@ http://www.monkey.org/~provos/libevent/ 3) The first step of compiling libevent is to configure it as follows: -CFLAGS="-O -g -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386" \ -LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \ +CFLAGS="-O -g -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386" \ +LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \ ./configure --enable-static --disable-shared --disable-dependency-tracking 4) Complete the "make" and "make install". You will need to be root, @@ -72,7 +72,7 @@ or sudo -s, to complete the "make install". "/usr/local/lib/libevent.a (for architecture i386): current ar archive random library" -6) Get your preferred version of the tor source from https://www.torproject.org/download. +6) Get your preferred version of the tor source from https://www.torproject.org/download. Extract the tarball. 7) In the top level, this means /path/to/tor/, not tor/contrib/osx, @@ -98,7 +98,7 @@ Tor-$VERSION-i386-Bundle.dmg #################################################################### # # Section 3 -# +# # Universal Binaries for OSX PPC and X86 # This method works in OSX 10.4 (Tiger) and newer OSX versions. # @@ -130,7 +130,7 @@ or sudo -s, to complete the "make install". /usr/local/lib/libevent.a (for architecture i386): current ar archive random library /usr/local/lib/libevent.a (for architecture ppc): current ar archive -6) Get your preferred version of the tor source from https://www.torproject.org/download. +6) Get your preferred version of the tor source from https://www.torproject.org/download. Extract the tarball. 7) In the top level, this means /path/to/tor/, not tor/contrib/osx, |