[or-cvs] r17618: {torbrowser} Apply documentation patch from killerchicken. (torbrowser/trunk/build-scripts)

ioerror at seul.org ioerror at seul.org
Sat Dec 13 18:03:27 UTC 2008


Author: ioerror
Date: 2008-12-13 13:03:26 -0500 (Sat, 13 Dec 2008)
New Revision: 17618

Modified:
   torbrowser/trunk/build-scripts/INSTALL
Log:
Apply documentation patch from killerchicken.


Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2008-12-13 07:48:41 UTC (rev 17617)
+++ torbrowser/trunk/build-scripts/INSTALL	2008-12-13 18:03:26 UTC (rev 17618)
@@ -62,7 +62,7 @@
 To checkout the Tor Browser Bundle, you need Subversion.
 You can download and install the stock Subversion package:
 
-    http://subversion.tigris.org/project_packages.html
+    http://subversion.tigris.org/getting.html
 
 Specifically you should use the pre-built packages. You can choose any from
 this list:
@@ -498,6 +498,14 @@
 It appears that for whatever reason, Qt now requires a small patch to compile
 Vidalia. We've created a small patch that will allow the build to function.
 
+Download the patch:
+
+    https://svn.torproject.org/svn/torbrowser/trunk/src/current-patches/qt-interlock-fix.patch
+
+Copy the patch to your build directory:
+
+    cp /c/Documents\ and\ Settings/Administrator/Desktop/qt-interlock-fix.patch /c/build/
+
 Apply it like so:
 
     cd /c/Qt/4.3.5/src/corelib/arch
@@ -507,6 +515,7 @@
 
 Now you'll build Vidalia by running MSYS make:
 
+    cd /c/build/vidalia/
     make
 
 Alternatively building under MinGW32
@@ -635,13 +644,13 @@
 
 An example to change the Qt Lib version:
 
-        From: QT=/c/Qt/4.3.5/bin
+        From: QT=/c/Qt/4.3.4/bin
         To: QT=/c/Qt/4.3.5/bin
 
 And then change the Tor version:
 
         From: TOR=/c/build/tor-0.2.0.26-rc
-        TO: TOR=/c/build/tor-0.2.1.7-alpha
+        To: TOR=/c/build/tor-0.2.1.8-alpha
 
 Now you can run "make bundle_LANGUAGE", e.g. "make bundle_en-US".
 



More information about the tor-commits mailing list