comparison DarwinCompilation.txt @ 957:63973b76a51f

detection of encoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 21:21:18 +0200
parents 9c7f5fd8a7a2
children 3709c03ec9f0
comparison
equal deleted inserted replaced
956:2fd5a163776d 957:63973b76a51f
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