diff INSTALL @ 291:4d7469f72a0b

embedding of dicom dictionaries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2012 15:15:48 +0100
parents 40d3bf6cc8d9
children 0439da59faef
line wrap: on
line diff
--- a/INSTALL	Fri Dec 14 11:24:24 2012 +0100
+++ b/INSTALL	Fri Dec 14 15:15:48 2012 +0100
@@ -76,7 +76,7 @@
 the following command:
 
 # cd ~/OrthancBuild
-# cmake -DCMAKE_TOOLCHAIN_FILE=~/Orthanc/Resources/MinGWToolchain.cmake -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
+# cmake -DCMAKE_TOOLCHAIN_FILE=~/Orthanc/Resources/MinGWToolchain.cmake -DSTANDALONE_BUILD=ON -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
 # make
 
 
@@ -94,7 +94,7 @@
 ------------------------------------------------------
 
 # cd [...]\OrthancBuild
-# cmake -G "Visual Studio 8 2005" [...]\Orthanc
+# cmake -DSTANDALONE_BUILD=ON -G "Visual Studio 8 2005" [...]\Orthanc
 
 Then open the "[...]/OrthancBuild/Orthanc.sln" with Visual Studio.