comparison 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
comparison
equal deleted inserted replaced
286:727a6d766dde 287:471df5fecb1e
65 65
66 # cd ~/OrthancBuild 66 # cd ~/OrthancBuild
67 # cmake -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc 67 # cmake -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
68 # make 68 # make
69 69
70
71 Debian/Ubuntu specific: Because of a packaging error for "libdcmtk",
72 you have to add the "wrap" and "oflog" libraries at the configuration
73 time:
74
75 # cd ~/OrthancBuild
76 # cmake "-DDCMTK_LIBRARIES=wrap;oflog" -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
77 # make
78
70 79
71 80
72 Cross-Compilation for Windows under Linux 81 Cross-Compilation for Windows under Linux
73 ----------------------------------------- 82 -----------------------------------------
74 83