comparison INSTALL @ 13:7908a4c25a18

preparation for release
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jul 2012 12:21:41 +0200
parents 8a7db884ae83
children 0a04c70747d9
comparison
equal deleted inserted replaced
12:c38716a8a146 13:7908a4c25a18
80 # make 80 # make
81 81
82 82
83 83
84 Native Windows build with MinGW (VERY SLOW) 84 Native Windows build with MinGW (VERY SLOW)
85 ------------------------------- 85 -------------------------------------------
86 86
87 # cd [...]\PalantirBuild 87 # cd [...]\PalantirBuild
88 # cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=DEBUG [...]\Palantir 88 # cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=DEBUG [...]\Palantir
89 # mingw32-make 89 # mingw32-make
90 90
98 98
99 Then open the "[...]/PalantirBuild/Palantir.sln" with Visual Studio. 99 Then open the "[...]/PalantirBuild/Palantir.sln" with Visual Studio.
100 100
101 NOTES: 101 NOTES:
102 * More recent versions of Visual Studio should also work. 102 * More recent versions of Visual Studio should also work.
103 * You will have to install the Platform SDK (version 6 or above): 103 * You might have to install the Platform SDK (version 6 or above):
104 http://en.wikipedia.org/wiki/Microsoft_Windows_SDK. 104 http://en.wikipedia.org/wiki/Microsoft_Windows_SDK.
105 Read the CMake FAQ about MSVC 2005: http://goo.gl/By90B 105 Read the CMake FAQ: http://goo.gl/By90B