]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clean up whitespace
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Feb 2010 05:24:23 +0000 (00:24 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Feb 2010 05:24:23 +0000 (00:24 -0500)
doc/tor-osx-dmg-creation.txt
doc/tor-win32-mingw-creation.txt

index 59e3cd004cd8c2d62abf6716caa52b37375a1c33..ef77a55b7bc397011fb50d72fe4fdd420f2e4f50 100644 (file)
@@ -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,
index 86c683315fe00aebfa1f15ad3aaffd263a54e85f..f585471a49c4c44e9c20adad13ee5ed56fd37650 100644 (file)
@@ -14,11 +14,11 @@ http://prdownloads.sf.net/ming/MSYS-1.0.11.exe?download
 Install MinGW and MSYS.
 
 Open an MSYS window.  Extract mingw-autoconf-2.5-2.64-1-mingw32-bin.tar.gz
-to /c/MinGW/.  
+to /c/MinGW/.
 
 Make sure your PATH includes C:\MinGW\bin.  You can verify this by right
 clicking on "My Computer", choose "Properties", choose "Advanced",
-choose "Environment Variables", select PATH.  
+choose "Environment Variables", select PATH.
 
 Create a directory called "tor-mingw".