summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-08-19 02:58:55 +0000
committerAndrew Lewman <andrew@torproject.org>2007-08-19 02:58:55 +0000
commit11b155f2759631d3e4ee5832d881466dd938b427 (patch)
tree25834630501486334b5381db65c0a14495e6932d
parentb7026ea1b343497819b5f40638fdc9f899f41410 (diff)
downloadtor-11b155f2759631d3e4ee5832d881466dd938b427.tar.gz
tor-11b155f2759631d3e4ee5832d881466dd938b427.zip
clean up the instructions a bit
svn:r11175
-rw-r--r--doc/tor-win32-mingw-creation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt
index eba490f0bb..903177af44 100644
--- a/doc/tor-win32-mingw-creation.txt
+++ b/doc/tor-win32-mingw-creation.txt
@@ -32,10 +32,10 @@ http://www.openssl.org/source/openssl-0.9.8e.tar.gz
Extract openssl:
Copy the openssl tarball into the "tor-mingw" directory.
Type "cd tor-mingw/"
-Type "tar zxf openssl-0.9.8d.tar.gz"
+Type "tar zxf openssl-0.9.8e.tar.gz"
Make openssl libraries:
-Type "cd tor-mingw/openssl-0.9.8d/"
+Type "cd tor-mingw/openssl-0.9.8e/"
Type "./Configure mingw"
Edit Makefile and remove the "test:" and "tests:" sections.
Type "rm -rf ./test"
@@ -86,7 +86,7 @@ Done.
Stage Four: Download, extract, and patch libevent-1.3b
------------------------------------------------------
-Download the latest libevent release:
+Download the libevent 1.3b release:
http://www.monkey.org/~provos/libevent/
Copy the libevent tarball into the "tor-mingw" directory.