diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-02-26 01:40:48 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-02-26 01:40:48 +0000 |
commit | d40048be9bed1b333f4072fd231008e6e369ace5 (patch) | |
tree | 815a3212e6bdf0100724d88aab301f6c6d001d1d /doc | |
parent | 333bf44471acbccf896774e6cfe6041356da5879 (diff) | |
download | tor-d40048be9bed1b333f4072fd231008e6e369ace5.tar tor-d40048be9bed1b333f4072fd231008e6e369ace5.tar.gz |
Temporary instructions to work around libevent1.3a issues in mingw with
current tor -trunk.
svn:r9653
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-win32-mingw-creation.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index b737bb264..65a0eab33 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -80,19 +80,22 @@ Done. Stage Four: Download, extract, and patch libevent-1.1b. ------------------------------------------------------ -Download libevent-1.3: +Download libevent-1.3a: 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.3.tar.gz" - -Type "aclocal && autoheader && automake && autoconf". -There may be WARNING messages. There will be no output if all runs successfuly. +Type "tar zxf libevent-1.3a.tar.gz" Type "./configure --enable-static --disable-shared" +--------------------libevent 1.3a 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. +Removing the "sample" directory and all references to it in Makefile create a +completely valid libevent library. +----------------------------------------------------------------------------- Type "make" Type "make install" |