comparison INSTALL @ 302:238134081136

modification of dicom files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Dec 2012 17:29:30 +0100
parents 0439da59faef
children 1da6ec6038f5
comparison
equal deleted inserted replaced
301:be378326f50b 302:238134081136
116 116
117 # cd ~/OrthancBuild 117 # cd ~/OrthancBuild
118 # cmake "-DDCMTK_LIBRARIES=wrap;oflog" -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=Debug ~/Orthanc 118 # cmake "-DDCMTK_LIBRARIES=wrap;oflog" -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=Debug ~/Orthanc
119 # make 119 # make
120 120
121
122
123 Using ccache
124 ------------
125
126 Under Linux, you have the opportunity to use "ccache" to dramatically
127 decrease the compilation time when rebuilding Orthanc. This is
128 especially useful for developers. Under Debian/Ubuntu, you would use:
129
130 # CC="ccache gcc" CXX="ccache g++" cmake "-DDCMTK_LIBRARIES=wrap;oflog" \
131 -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=Debug ~/Orthanc
132