[or-cvs] r13497: Update instructions for building Polipo to include installin (torbrowser/trunk/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Wed Feb 13 22:09:21 UTC 2008


Author: sjm217
Date: 2008-02-13 17:09:21 -0500 (Wed, 13 Feb 2008)
New Revision: 13497

Modified:
   torbrowser/trunk/build-scripts/INSTALL
Log:
Update instructions for building Polipo to include installing the GNU Regex library

Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2008-02-13 22:04:40 UTC (rev 13496)
+++ torbrowser/trunk/build-scripts/INSTALL	2008-02-13 22:09:21 UTC (rev 13497)
@@ -115,6 +115,16 @@
 Building Polipo
 ===============
 
+In order to enable the forbiddenFile functionality, the GNU Regex
+library is required. Download the -bin and -dev tarballs from:
+
+ http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=73286&release_id=140957
+
+Extract them both into you MinGW directory, e.g.
+
+ $ tar -C /c/MinGW -xzvf mingw-libgnurx-2.5.1-bin.tar.gz 
+ $ tar -C /c/MinGW -xzvf mingw-libgnurx-2.5.1-dev.tar.gz 
+
 Overwrite the Makefile that comes with Polipo with:
  https://tor-svn.freehaven.net/svn/tor/trunk/contrib/polipo/Makefile.mingw
 



More information about the tor-commits mailing list