summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-12-29 03:47:46 +0000
committerAndrew Lewman <andrew@torproject.org>2008-12-29 03:47:46 +0000
commit8f211bad8b1593db16708992dc5f038083f8ba7b (patch)
treee04b582798e52831d2e840b50e84422ed3c9e302
parent61e7489691cddf288b7fafc048dcab98e1f294b3 (diff)
downloadtor-8f211bad8b1593db16708992dc5f038083f8ba7b.tar.gz
tor-8f211bad8b1593db16708992dc5f038083f8ba7b.zip
Backport r17806. Update openssl version, suggest latest libevent.
svn:r17807
-rw-r--r--doc/tor-win32-mingw-creation.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt
index c56b105417..f5048e5c00 100644
--- a/doc/tor-win32-mingw-creation.txt
+++ b/doc/tor-win32-mingw-creation.txt
@@ -27,17 +27,17 @@ Stage Two: Download, extract, compile openssl
----------------------------------------------
Download openssl:
-http://www.openssl.org/source/openssl-0.9.8g.tar.gz
+http://www.openssl.org/source/openssl-0.9.8i.tar.gz
Extract openssl:
Copy the openssl tarball into the "tor-mingw" directory.
Type "cd tor-mingw/"
-Type "tar zxf openssl-0.9.8g.tar.gz"
+Type "tar zxf openssl-0.9.8i.tar.gz"
(Note: There are many symlink errors because Windows doesn't support
symlinks. You can ignore these errors.)
Make openssl libraries:
-Type "cd tor-mingw/openssl-0.9.8g/"
+Type "cd tor-mingw/openssl-0.9.8i/"
Type "./Configure -no-idea -no-rc5 -no-mdc2 mingw"
Edit Makefile and remove the "test:" and "tests:" sections.
Type "rm -rf ./test"
@@ -52,7 +52,8 @@ Type "make"
Type "make install"
Alternatively:
-Download the pre-compiled openssl for win32.
+Download the pre-compiled openssl for win32 from
+http://gnuwin32.sourceforge.net/packages/openssl.htm
Install and proceed.
@@ -85,10 +86,10 @@ Type "make -f win32/Makefile.gcc"
Done.
-Stage Four: Download, extract, and compile libevent-1.3e
+Stage Four: Download, extract, and compile libevent
------------------------------------------------------
-Download the libevent 1.4.7-stable release:
+Download the latest libevent release:
http://www.monkey.org/~provos/libevent/
Copy the libevent tarball into the "tor-mingw" directory.
@@ -103,7 +104,7 @@ Type "make install"
Stage Five: Build Tor
----------------------
-Download the current Tor alpha release from https://www.torproject.org/download.html.
+Download the current Tor alpha release source code from https://torproject.org/download.html.
Copy the Tor tarball into the "tor-mingw" directory.
Extract Tor:
Type "tar zxf latest-tor-alpha.tar.gz"