diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-03-09 00:16:35 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-03-09 00:16:35 +0000 |
commit | e52790aa8f8ffa3641d3f35e17c15dc8711c5aeb (patch) | |
tree | a1772c4dd2eb1bfba32f3f59be655b9c6ae0a3f5 | |
parent | 0066174afa882043a015f75c07b961be6d51b36e (diff) | |
download | tor-e52790aa8f8ffa3641d3f35e17c15dc8711c5aeb.tar.gz tor-e52790aa8f8ffa3641d3f35e17c15dc8711c5aeb.zip |
Update libevent version to 1.3b.
svn:r9769
-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 65a0eab334..a70ffbe93b 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -80,19 +80,19 @@ Done. Stage Four: Download, extract, and patch libevent-1.1b. ------------------------------------------------------ -Download libevent-1.3a: +Download libevent-1.3b: http://www.monkey.org/~provos/libevent/ Copy the libevent tarball into the "tor-mingw" directory. Type "cd tor-mingw" Extract libevent: -Type "tar zxf libevent-1.3a.tar.gz" +Type "tar zxf libevent-1.3b.tar.gz" Type "./configure --enable-static --disable-shared" ---------------------libevent 1.3a only--------------------------------------- +--------------------libevent 1.3b only--------------------------------------- You need to manually edit the Makefile and remove all references to "sample". -libevent 1.3a won't compile in mingw currently due to issues in event_test.c. +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. ----------------------------------------------------------------------------- |