[or-cvs] r16085: MSYS is the default way to build the bundle (torbrowser/trunk/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Sun Jul 20 15:18:08 UTC 2008


Author: sjm217
Date: 2008-07-20 11:18:08 -0400 (Sun, 20 Jul 2008)
New Revision: 16085

Modified:
   torbrowser/trunk/build-scripts/INSTALL
Log:
MSYS is the default way to build the bundle

Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2008-07-20 13:28:10 UTC (rev 16084)
+++ torbrowser/trunk/build-scripts/INSTALL	2008-07-20 15:18:08 UTC (rev 16085)
@@ -442,10 +442,10 @@
 
     export PATH=$PATH:/c/Program\ Files/CMake\ 2.6/bin/:/c/MinGW/bin/:/c/Qt/4.3.5/bin/
 
-Create the proper MinGW Makefiles and don't forget the '.' at the end!
+Create the proper MSYS Makefiles and don't forget the '.' at the end!
 
     cd /c/build/vidalia
-    cmake -G "MinGW Makefiles" . 
+    cmake -G "MSYS Makefiles" . 
 
 You may see some errors:
 
@@ -483,9 +483,9 @@
 
 This is OK. You can ignore these errors.
 
-Now you'll build Vidalia by running mingw32-make:
+Now you'll build Vidalia by running MSYS make:
 
-    mingw32-make.exe
+    make
 
 Alternatively building under MinGW32
 ====================================



More information about the tor-commits mailing list