diff DarwinCompilation.txt @ 2884:497a637366b4 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Oct 2018 15:18:10 +0200
parents d1bb4bbe9775
children 19a2f1d2b816
line wrap: on
line diff
--- a/DarwinCompilation.txt	Thu Oct 29 11:25:45 2015 +0100
+++ b/DarwinCompilation.txt	Fri Oct 12 15:18:10 2018 +0200
@@ -31,7 +31,9 @@
 # cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON ~/Orthanc
 
 NB: Adapt the value of "CMAKE_OSX_DEPLOYMENT_TARGET" with respect to
-your version of XCode.
+your version of OS X. This version can obtained by typing:
+
+# sw_vers
 
 
 Build the Debug version of Orthanc
@@ -47,6 +49,6 @@
 ------------------------------------
 
 # xcodebuild -configuration Release
-# ./Debug/UnitTests
+# ./Release/UnitTests
 
 The binaries of Orthanc are located at "~/OrthancBuild/Release/Orthanc".