]> git.lyx.org Git - lyx.git/blob - development/cmake/README.cmake
Initial cmake support.
[lyx.git] / development / cmake / README.cmake
1 Building LyX with CMake\r
2 \r
3 CMake 2.4.2 or CVS version from www.cmake.org\r
4 \r
5 \r
6 Building Visual C++ 2005 project files:\r
7 \r
8 - install Visual C++ 2005\r
9 - install Platform SDK 2005, "Core" and "Web Workshop"\r
10 - add include and library paths of the SDK to the IDE search paths,\r
11   menu: Tools->Options->VC++ directories->Library files + Include files\r
12 - install zlib (www.zlib.net) into %ProgramFiles%/GnuWin32/include+lib\r
13   or %ProgramFiles%/zlib/include+lib\r
14 - create a build directory, e.g. .../trunk/../build\r
15 - call in the build directory 'cmake ..\trunk\development\cmake'\r
16 - start lyx.sln\r
17 \r
18 \r
19 To generate other build files call 'cmake'\r
20 which shows a list of possibilities.\r
21 \r