[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2231: Simply always tell MinGW people to specify the CMake generat (trunk)
Author: edmanm
Date: 2007-12-19 02:11:30 -0500 (Wed, 19 Dec 2007)
New Revision: 2231
Modified:
trunk/
trunk/INSTALL
Log:
r2331@lysithea: edmanm | 2007-12-19 02:11:05 -0500
Simply always tell MinGW people to specify the CMake generator.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2331] on 0108964c-5b0b-4c9e-969f-e2288315d100
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2007-12-18 00:43:04 UTC (rev 2230)
+++ trunk/INSTALL 2007-12-19 07:11:30 UTC (rev 2231)
@@ -57,7 +57,7 @@
2. Configure Vidalia and generate Makefiles by running:
- cmake .
+ cmake -G "MinGW Makefiles" .
3. Compile Vidalia by running:
@@ -65,12 +65,6 @@
mingw32-make
-If you have Visual Studio installed, CMake might get confused and choose
-"cl.exe" as the C++ compiler. You force CMake to generate MinGW Makefiles by
-specifying the generator in Step 2:
-
- cmake -G "MinGW Makefiles" .
-
If CMake fails to find your Qt installation, you can explicitly tell CMake
where to find Qt by running:
@@ -80,7 +74,6 @@
path to your Qt installation's qmake.exe binary.
-
Windows with Visual Studio (untested)
--------------------------------------
To build Vidalia on Windows with Visual Studio, you will need to download and