changeset 2105:d1bb4bbe9775

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Oct 2016 12:17:22 +0200
parents 58a0ee0b4be1
children 09cb73980740
files DarwinCompilation.txt
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DarwinCompilation.txt	Thu Oct 13 15:12:46 2016 +0200
+++ b/DarwinCompilation.txt	Mon Oct 17 12:17:22 2016 +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