mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
cmake: update readme
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ff12bc6990
commit
3539495abf
@ -26,19 +26,19 @@ Windows only
|
|||||||
|
|
||||||
If cmake couldn't find these modules set GNUWIN32_DIR, eg.
|
If cmake couldn't find these modules set GNUWIN32_DIR, eg.
|
||||||
-DGNUWIN32_DIR=c:\gnuwin32. By default cmake searches in your
|
-DGNUWIN32_DIR=c:\gnuwin32. By default cmake searches in your
|
||||||
program folder
|
program folder. Or use the cmake GUI to set the GNUWIN32_DIR path.
|
||||||
|
|
||||||
|
|
||||||
Building Visual C++ project files
|
Building Visual C++ project files
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
* install Visual C++ 2008
|
* Install Visual C++ 2005 or 2008 (Express version also works)
|
||||||
* install Platform SDK 2008, "Core" and "Web Workshop"
|
* When building Qt: install Platform SDK 2008, "Core" and "Web Workshop"
|
||||||
* add include and library paths of the SDK to the IDE search paths.
|
* Add include and library paths of the SDK to the IDE search paths.
|
||||||
Menu entry: Tools->Options->'VC++ directories'->'Library files' and 'Include files'
|
Menu entry: Tools->Options->'VC++ directories'->'Library files' and 'Include files'
|
||||||
* create a build directory, e.g. ..\trunk\..\build
|
* Create a build directory, e.g. ..\trunk\..\build
|
||||||
* call in the build directory 'cmake ..\trunk\development\cmake'
|
* Call in the build directory 'cmake ..\trunk\development\cmake'
|
||||||
* start lyx.sln
|
* Start lyx.sln
|
||||||
|
|
||||||
* Warnings: The default warning level of the msvc cmake builds
|
* Warnings: The default warning level of the msvc cmake builds
|
||||||
is /W3. To enable /W4 use
|
is /W3. To enable /W4 use
|
||||||
|
Loading…
Reference in New Issue
Block a user