[or-cvs] r17807: {tor} Backport r17806. Update openssl version, suggest latest libe (tor/branches/tor-0_2_0-patches/doc)
phobos at seul.org
phobos at seul.org
Mon Dec 29 03:47:46 UTC 2008
Author: phobos
Date: 2008-12-28 22:47:46 -0500 (Sun, 28 Dec 2008)
New Revision: 17807
Modified:
tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt
Log:
Backport r17806. Update openssl version, suggest latest libevent.
Modified: tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt 2008-12-29 03:46:50 UTC (rev 17806)
+++ tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt 2008-12-29 03:47:46 UTC (rev 17807)
@@ -27,17 +27,17 @@
----------------------------------------------
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 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 @@
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 @@
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"
More information about the tor-commits
mailing list