[or-cvs] r12716: Update build notes to deal with CMake issues (torpedo/trunk/docs)

sjm217 at seul.org sjm217 at seul.org
Sat Dec 8 00:43:30 UTC 2007


Author: sjm217
Date: 2007-12-07 19:43:29 -0500 (Fri, 07 Dec 2007)
New Revision: 12716

Modified:
   torpedo/trunk/docs/build-instructions.txt
Log:
Update build notes to deal with CMake issues

Modified: torpedo/trunk/docs/build-instructions.txt
===================================================================
--- torpedo/trunk/docs/build-instructions.txt	2007-12-07 21:27:58 UTC (rev 12715)
+++ torpedo/trunk/docs/build-instructions.txt	2007-12-08 00:43:29 UTC (rev 12716)
@@ -7,7 +7,7 @@
  export QMAKESPEC=win32-g++
 
 This will allow the MSYS bash command line interface to be used,
-rather than the QT provided cmd.exe environment.
+rather than the Qt provided cmd.exe environment.
 
 Building Vidalia
 ----------------
@@ -18,6 +18,15 @@
 $ qmake
 $ mingw32-make 
 
+Cmake:
+- If using the MSYS shell, invoke 'cmake -G "MSYS Makefiles"'
+  Attempting -G "MinGW Makefiles" will fail because sh.exe is in the
+  %PATH%
+- If using Mingw32, invoke 'cmake -G "MinGW Makefiles"'
+  Qt and CMake must be in the %PATH%. An easy way to do this is to copy
+  qtvars.bat and add the path to CMake. Then, copy the shortcut from
+  the Start menu, and edit the path to point to the altered qtvars.bat 
+
 Altering FirefoxPortable
 ------------------------
 



More information about the tor-commits mailing list