[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11165: Notes about library versions in mingw instructions (in tor/trunk: . doc)
Author: nickm
Date: 2007-08-18 13:00:07 -0400 (Sat, 18 Aug 2007)
New Revision: 11165
Modified:
tor/trunk/
tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
r14657@catbus: nickm | 2007-08-18 12:59:03 -0400
Notes about library versions in mingw instructions
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r14657] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt 2007-08-18 15:42:56 UTC (rev 11164)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt 2007-08-18 17:00:07 UTC (rev 11165)
@@ -27,7 +27,7 @@
----------------------------------------------
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.
@@ -83,7 +83,7 @@
Done.
-Stage Four: Download, extract, and patch libevent-1.1b.
+Stage Four: Download, extract, and patch libevent-1.3b
------------------------------------------------------
Download the latest libevent release:
@@ -92,14 +92,15 @@
Copy the libevent tarball into the "tor-mingw" directory.
Type "cd tor-mingw"
-Extract libevent.
+Extract libevent.
Type "./configure --enable-static --disable-shared"
---------------------libevent 1.3b only---------------------------------------
+--------------------libevent 1.3b only-------------------------------------
You need to manually edit the Makefile and remove all references to "sample".
libevent 1.3b won't compile in mingw currently due to issues in event_test.c.
Removing the "sample" directory and all references to it in Makefile create a
-completely valid libevent library.
+completely valid libevent library. Libevent 1.3e and later should (with
+luck) not have this problem. Libevent 1.3c and 1.3d won't work at all.
-----------------------------------------------------------------------------
Type "make"
Type "make install"