comparison DarwinCompilation.txt @ 2105:d1bb4bbe9775

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Oct 2016 12:17:22 +0200
parents 79fa4262e8d4
children 19a2f1d2b816
comparison
equal deleted inserted replaced
2104:58a0ee0b4be1 2105:d1bb4bbe9775
29 29
30 # cd ~/OrthancBuild 30 # cd ~/OrthancBuild
31 # cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=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 OS X. This version can obtained by typing:
35
36 # sw_vers
35 37
36 38
37 Build the Debug version of Orthanc 39 Build the Debug version of Orthanc
38 ---------------------------------- 40 ----------------------------------
39 41