mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Updated mingw directions to use libevent1.3
svn:r9598
This commit is contained in:
parent
1a3af6b566
commit
97fb4287a7
@ -80,19 +80,14 @@ Done.
|
|||||||
Stage Four: Download, extract, and patch libevent-1.1b.
|
Stage Four: Download, extract, and patch libevent-1.1b.
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
||||||
Download libevent-1.1b:
|
Download libevent-1.3:
|
||||||
http://www.monkey.org/~provos/libevent/
|
http://www.monkey.org/~provos/libevent/
|
||||||
|
|
||||||
Copy the libevent tarball into the "tor-mingw" directory.
|
Copy the libevent tarball into the "tor-mingw" directory.
|
||||||
Type "cd tor-mingw"
|
Type "cd tor-mingw"
|
||||||
|
|
||||||
Extract libevent:
|
Extract libevent:
|
||||||
Type "tar zxf libevent-1.1b.tar.gz"
|
Type "tar zxf libevent-1.3.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 "aclocal && autoheader && automake && autoconf".
|
Type "aclocal && autoheader && automake && autoconf".
|
||||||
There may be WARNING messages. There will be no output if all runs successfuly.
|
There may be WARNING messages. There will be no output if all runs successfuly.
|
||||||
|
Loading…
Reference in New Issue
Block a user