[or-cvs] r9598: Updated mingw directions to use libevent1.3 (tor/trunk/doc)

phobos at seul.org phobos at seul.org
Sat Feb 17 02:38:59 UTC 2007


Author: phobos
Date: 2007-02-16 21:38:58 -0500 (Fri, 16 Feb 2007)
New Revision: 9598

Modified:
   tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
Updated mingw directions to use libevent1.3


Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt	2007-02-16 20:39:48 UTC (rev 9597)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt	2007-02-17 02:38:58 UTC (rev 9598)
@@ -80,20 +80,15 @@
 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"
+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".
 There may be WARNING messages.  There will be no output if all runs successfuly.
 



More information about the tor-commits mailing list