diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-08-19 03:00:03 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-08-19 03:00:03 +0000 |
commit | 07d9dc945b427efc650ca41f5d23915bc7d4202c (patch) | |
tree | b1785baa7fdab3bd83d4ad6ed49ed551f7c3f9ae | |
parent | c054f75dfa15a78b4406f1719921e2fd5c4189d0 (diff) | |
download | tor-07d9dc945b427efc650ca41f5d23915bc7d4202c.tar.gz tor-07d9dc945b427efc650ca41f5d23915bc7d4202c.zip |
Update to openssl 0.9.8e and libevent 1.3b
svn:r11176
-rw-r--r-- | doc/tor-win32-mingw-creation.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index f9206721b1..ac85ca94c4 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -21,15 +21,15 @@ Stage Two: Download, extract, compile openssl ---------------------------------------------- Download openssl: -http://www.openssl.org/source/openssl-0.9.8d.tar.gz +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" @@ -77,7 +77,7 @@ Type "make -f win32/Makefile.gcc" Done. -Stage Four: Download, extract, and patch libevent-1.1b. +Stage Four: Download, extract, and patch libevent-1.3b. ------------------------------------------------------ Download libevent-1.3b: |