diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-02-17 02:38:58 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-02-17 02:38:58 +0000 |
commit | 97fb4287a7d8138637917fa20c7e677aa103201c (patch) | |
tree | 8ca248b04189b9f8ad35d18d3e3146f9b8f8e053 /doc | |
parent | 1a3af6b566a6c7510276d2933ebb3ab3dfac3e43 (diff) | |
download | tor-97fb4287a7d8138637917fa20c7e677aa103201c.tar.gz tor-97fb4287a7d8138637917fa20c7e677aa103201c.zip |
Updated mingw directions to use libevent1.3
svn:r9598
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-win32-mingw-creation.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index 6e9916a851..b737bb2642 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -80,19 +80,14 @@ Done. Stage Four: Download, extract, and patch libevent-1.1b. ------------------------------------------------------ -Download libevent-1.1b: +Download libevent-1.3: 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.1b.tar.gz" - -Download the libevent-1.1b-mingw.diff from -http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/trunk/Win32Build/mingw/libevent-1.1b-mingw.diff?rev=8456&root=tor&view=log -Copy the libevent-1.1b diff into the libevent-1.1b directory. -Type "patch -p0 < libevent-1.1b-mingw.diff" +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. |