diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-10-17 02:16:04 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-10-17 02:16:04 +0000 |
commit | 622d70f9e8d2951aa51c92c234e342364c9267ca (patch) | |
tree | 925e3f33176d2a66aeaefb96bf213cb228621db4 /doc/tor-win32-mingw-creation.txt | |
parent | 9a70fbae2bd21157a1a6d976d63bd0ddc77f1002 (diff) | |
download | tor-622d70f9e8d2951aa51c92c234e342364c9267ca.tar.gz tor-622d70f9e8d2951aa51c92c234e342364c9267ca.zip |
Updated version of openssl and removed duplicate win32api get.
svn:r8736
Diffstat (limited to 'doc/tor-win32-mingw-creation.txt')
-rw-r--r-- | doc/tor-win32-mingw-creation.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index 654b7104ed..6e9916a851 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -13,9 +13,6 @@ http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download Download the mingw developer tool kit: http://prdownloads.sf.net/mingw/msysDTK-1.0.1.exe?download -Download the mingw win32api: -http://prdownloads.sf.net/mingw/w32api-3.6.tar.gz?download - Install mingw, msys and mingw-dtk. Create a directory called "tor-mingw". @@ -24,15 +21,15 @@ Stage Two: Download, extract, compile openssl ---------------------------------------------- Download openssl: -http://www.openssl.org/source/openssl-0.9.8c.tar.gz +http://www.openssl.org/source/openssl-0.9.8d.tar.gz Extract openssl: Copy the openssl tarball into the "tor-mingw" directory. Type "cd tor-mingw/" -Type "tar zxf openssl-0.9.8c.tar.gz" +Type "tar zxf openssl-0.9.8d.tar.gz" Make openssl libraries: -Type "cd tor-mingw/openssl-0.9.8c/" +Type "cd tor-mingw/openssl-0.9.8d/" Type "./Configure mingw" Edit Makefile and remove the "test:" and "tests:" sections. Type "rm -rf ./test" |