diff INSTALL @ 288:40d3bf6cc8d9

logs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2012 11:22:04 +0100
parents 471df5fecb1e
children 4d7469f72a0b
line wrap: on
line diff
--- a/INSTALL	Fri Dec 14 10:46:00 2012 +0100
+++ b/INSTALL	Fri Dec 14 11:22:04 2012 +0100
@@ -68,15 +68,6 @@
 # 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
 -----------------------------------------
@@ -113,3 +104,17 @@
   Visual Studio 2005:
   http://en.wikipedia.org/wiki/Microsoft_Windows_SDK.
   Read the CMake FAQ: http://goo.gl/By90B 
+
+
+
+Debian/Ubuntu specific
+----------------------
+
+When dynamically linking against the system libraries, you have to
+manually add the "wrap" and "oflog" libraries at the configuration
+time (because of a packaging error in "libdcmtk"):
+
+# cd ~/OrthancBuild
+# cmake "-DDCMTK_LIBRARIES=wrap;oflog" -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
+# make
+