[or-cvs] r8736: Updated version of openssl and removed duplicate win32api ge (tor/trunk/doc)
phobos at seul.org
phobos at seul.org
Tue Oct 17 02:16:05 UTC 2006
Author: phobos
Date: 2006-10-16 22:16:04 -0400 (Mon, 16 Oct 2006)
New Revision: 8736
Modified:
tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
Updated version of openssl and removed duplicate win32api get.
Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt 2006-10-16 22:41:31 UTC (rev 8735)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt 2006-10-17 02:16:04 UTC (rev 8736)
@@ -13,9 +13,6 @@
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 @@
----------------------------------------------
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"
More information about the tor-commits
mailing list