diff INSTALL @ 287:471df5fecb1e

simplification to cmake for dcmtk
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2012 10:46:00 +0100
parents 09718f2fc5cb
children 40d3bf6cc8d9
line wrap: on
line diff
--- a/INSTALL	Thu Dec 13 14:52:57 2012 +0100
+++ b/INSTALL	Fri Dec 14 10:46:00 2012 +0100
@@ -67,6 +67,15 @@
 # cmake -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
 # make
 
+
+Debian/Ubuntu specific: Because of a packaging error for "libdcmtk",
+you have to add the "wrap" and "oflog" libraries at the configuration
+time:
+
+# cd ~/OrthancBuild
+# cmake "-DDCMTK_LIBRARIES=wrap;oflog" -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
+# make
+
  
 
 Cross-Compilation for Windows under Linux