comparison DarwinCompilation.txt @ 1023:226cfef3822e templating

integration mainline->templating
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 11:42:32 +0200
parents 63973b76a51f
children 3709c03ec9f0
comparison
equal deleted inserted replaced
945:427a1f996b7b 1023:226cfef3822e
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 ~/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