[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r13499: Note that OpenSSL should be installed before Vidalia is buil (torbrowser/trunk/build-scripts)



Author: sjm217
Date: 2008-02-13 17:48:15 -0500 (Wed, 13 Feb 2008)
New Revision: 13499

Modified:
   torbrowser/trunk/build-scripts/INSTALL
Log:
Note that OpenSSL should be installed before Vidalia is built

Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2008-02-13 22:16:40 UTC (rev 13498)
+++ torbrowser/trunk/build-scripts/INSTALL	2008-02-13 22:48:15 UTC (rev 13499)
@@ -71,9 +71,52 @@
 To compress it, run "make compress-bundle"
 
 
+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
+
+Run "make"
+
+Further information
+-------------------
+
+Full instructions in:
+ https://tor-svn.freehaven.net/svn/tor/trunk/contrib/polipo/README
+
+
+Building OpenSSL, zlib, libevent and Tor
+========================================
+
+Full instructions in:
+ https://tor-svn.freehaven.net/svn/tor/trunk/doc/tor-win32-mingw-creation.txt
+
+Uncompressing OpenSSL shows a number of errors concerning symlinks.
+These do not appear to have caused a problem.
+
+For zlib, use the first option (zlib.a)
+
+For libevent, use 1.3e, as suggested by the document above.
+libevent 1.4.0 is newer but untested.
+
+
 Building Vidalia
 ================
 
+To use QSslSocket for GeoIP lookups, install OpenSSL before building
+Vidalia (see above).
+
 Building under MSYS
 -------------------
 
@@ -112,46 +155,6 @@
 Full instructions are in the Vidalia INSTALL file.
 
 
-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
-
-Run "make"
-
-Further information
--------------------
-
-Full instructions in:
- https://tor-svn.freehaven.net/svn/tor/trunk/contrib/polipo/README
-
-
-Building OpenSSL, zlib, libevent and Tor
-========================================
-
-Full instructions in:
- https://tor-svn.freehaven.net/svn/tor/trunk/doc/tor-win32-mingw-creation.txt
-
-Uncompressing OpenSSL shows a number of errors concerning symlinks.
-These do not appear to have caused a problem.
-
-For zlib, use the first option (zlib.a)
-
-For libevent, use 1.3e, as suggested by the document above.
-libevent 1.4.0 is newer but untested.
-
-
 Building Firefox
 ================