comparison DarwinCompilation.txt @ 1118:3709c03ec9f0

ALLOW_DOWNLOADS for OS X builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Sep 2014 23:13:59 +0200
parents 63973b76a51f
children 79fa4262e8d4
comparison
equal deleted inserted replaced
1117:3b27b83d7247 1118:3709c03ec9f0
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 ~/Orthanc 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