mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 09:32:26 +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.
|
||||
-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
|
||||
--------------------------------------
|
||||
|
||||
* install Visual C++ 2008
|
||||
* install Platform SDK 2008, "Core" and "Web Workshop"
|
||||
* add include and library paths of the SDK to the IDE search paths.
|
||||
* Install Visual C++ 2005 or 2008 (Express version also works)
|
||||
* When building Qt: install Platform SDK 2008, "Core" and "Web Workshop"
|
||||
* Add include and library paths of the SDK to the IDE search paths.
|
||||
Menu entry: Tools->Options->'VC++ directories'->'Library files' and 'Include files'
|
||||
* create a build directory, e.g. ..\trunk\..\build
|
||||
* call in the build directory 'cmake ..\trunk\development\cmake'
|
||||
* start lyx.sln
|
||||
* Create a build directory, e.g. ..\trunk\..\build
|
||||
* Call in the build directory 'cmake ..\trunk\development\cmake'
|
||||
* Start lyx.sln
|
||||
|
||||
* Warnings: The default warning level of the msvc cmake builds
|
||||
is /W3. To enable /W4 use
|
||||
|
Loading…
Reference in New Issue
Block a user