diff DarwinCompilation.txt @ 4091:19a2f1d2b816 framework

moved CMakeLists.txt for the server to the OrthancServer folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:30:50 +0200
parents d1bb4bbe9775
children
line wrap: on
line diff
--- a/DarwinCompilation.txt	Mon Jun 29 19:33:22 2020 +0200
+++ b/DarwinCompilation.txt	Tue Jun 30 07:30:50 2020 +0200
@@ -21,14 +21,14 @@
 
 3) It is assumed that Orthanc source code is placed in the folder
    "~/Orthanc" and that the binaries will be compiled to
-   "~/OrthancBuild".
+   "~/Orthanc/Build".
 
 
 Prepare the build with CMake
 ----------------------------
 
-# cd ~/OrthancBuild
-# cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON ~/Orthanc
+# cd ./Build
+# cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON ../OrthancServer
 
 NB: Adapt the value of "CMAKE_OSX_DEPLOYMENT_TARGET" with respect to
 your version of OS X. This version can obtained by typing:
@@ -42,7 +42,7 @@
 # xcodebuild
 # ./Debug/UnitTests
 
-The binaries of Orthanc are located at "~/OrthancBuild/Debug/Orthanc".
+The binaries of Orthanc are located at "~/Orthanc/Build/Debug/Orthanc".
 
 
 Build the Release version of Orthanc
@@ -51,4 +51,4 @@
 # xcodebuild -configuration Release
 # ./Release/UnitTests
 
-The binaries of Orthanc are located at "~/OrthancBuild/Release/Orthanc".
+The binaries of Orthanc are located at "~/Orthanc/Build/Release/Orthanc".