comparison DarwinCompilation.txt @ 1364:111e23bb4904 query-retrieve

integration mainline->query-retrieve
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 May 2015 16:58:30 +0200
parents 3709c03ec9f0
children 79fa4262e8d4
comparison
equal deleted inserted replaced
953:f894be6e7cc1 1364:111e23bb4904
26 26
27 Prepare the build with CMake 27 Prepare the build with CMake
28 ---------------------------- 28 ----------------------------
29 29
30 # cd ~/OrthancBuild 30 # cd ~/OrthancBuild
31 # cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON .. 31 # cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON ~/Orthanc
32 32
33 NB: Adapt the value of "CMAKE_OSX_DEPLOYMENT_TARGET" with respect to 33 NB: Adapt the value of "CMAKE_OSX_DEPLOYMENT_TARGET" with respect to
34 your version of XCode. 34 your version of XCode.
35 35
36 36