]> git.lyx.org Git - lyx.git/blob - development/cmake/README.cmake
correct svn properties, upadte aspell handling
[lyx.git] / development / cmake / README.cmake
1 Building LyX with CMake
2
3 For all builds:
4 - CMake 2.4.2 or CVS version from www.cmake.org
5 - install Qt 4 and make sure qmake 4 is found
6
7
8 Building Visual C++ 2005 project files:
9 - install Visual C++ 2005
10 - install Platform SDK 2005, "Core" and "Web Workshop"
11 - add include and library paths of the SDK to the IDE search paths,
12   menu: Tools->Options->VC++ directories->Library files + Include files
13 - install zlib (www.zlib.net) into %ProgramFiles%/GnuWin32/include+lib
14   or %ProgramFiles%/zlib/include+lib
15 - create a build directory, e.g. .../trunk/../build
16 - call in the build directory 'cmake ..\trunk\development\cmake'
17 - start lyx.sln
18
19 TIPS: - rename Microsoft Visual Studio 8\VC\vcpackages\feacp.dll 
20         to disable Intellisense
21       - the Release build links much faster
22
23
24 Building with GCC/Linux:
25 - create a build directory, e.g. .../trunk/../build
26 - call in the build directory 'cmake ..\trunk\development\cmake'
27
28 Building with GCC/Windows:
29 - install zlib (www.zlib.net) into %ProgramFiles%/GnuWin32/include+lib
30 - create a build directory, e.g. .../trunk/../build
31 - call in the build directory 'cmake ..\trunk\development\cmake'
32
33
34 To generate other build files call 'cmake'
35 which shows a list of possibilities.
36
37
38 The build process tries to find aspell and iconv on Windows 
39 in %ProgramFiles%/GnuWin32/ and in /usr/ or in /usr/local 
40 under Linux. If they are not found the support is disabled.