X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.cmake;h=02c1216112a178a2f0c5b905e0e6787834aeba62;hb=5a46224f7311067cda747e0cae32d22dd919f179;hp=c3908284095da8d0b455eeb1a793fdf8993e084d;hpb=15f850609c6be600f333d68bf3d4300ca512eca9;p=lyx.git diff --git a/INSTALL.cmake b/INSTALL.cmake index c390828409..02c1216112 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -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