comparison INSTALL @ 2:67a6978503b7

fixing Windows build
author Jodogne@Laptop
date Thu, 19 Jul 2012 22:33:27 +0200
parents 3959d33612cc
children 8a7db884ae83
comparison
equal deleted inserted replaced
0:3959d33612cc 2:67a6978503b7
6 ------------ 6 ------------
7 7
8 Palantir uses CMake (http://www.cmake.org/) to automate its building 8 Palantir uses CMake (http://www.cmake.org/) to automate its building
9 process. You thus have to download and install CMake first. 9 process. You thus have to download and install CMake first.
10 10
11 For the native build under Windows, you will also need to download and
12 install 7-Zip (http://www.7-zip.org/).
13
11 The other third party dependencies are automatically downloaded by the 14 The other third party dependencies are automatically downloaded by the
12 CMake scripts. The downloaded packages are stored in the 15 CMake scripts. The downloaded packages are stored in the
13 "ThirdPartyDownloads" directory. 16 "ThirdPartyDownloads" directory.
14
15 17
16 18
17 Building Palantir at a glance 19 Building Palantir at a glance
18 ----------------------------- 20 -----------------------------
19 21
64 the following command: 66 the following command:
65 67
66 # cd ~/PalantirBuild 68 # cd ~/PalantirBuild
67 # cmake -DCMAKE_TOOLCHAIN_FILE=~/Palantir/Resources/MinGWToolchain.cmake -DCMAKE_BUILD_TYPE=DEBUG ~/Palantir 69 # cmake -DCMAKE_TOOLCHAIN_FILE=~/Palantir/Resources/MinGWToolchain.cmake -DCMAKE_BUILD_TYPE=DEBUG ~/Palantir
68 # make 70 # make
71
72
73
74 Native Windows build with MinGW
75 -------------------------------
76
77 # cd [...]/PalantirBuild
78 # cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=DEBUG [...]/Palantir
79 # mingw32-make