comparison LinuxCompilation.txt @ 3179:fca730c267d7

New primitives to set and refresh metrics
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Jan 2019 17:12:15 +0100
parents ab46e537f92e
children eb18269de57f
comparison
equal deleted inserted replaced
3178:6d558598d713 3179:fca730c267d7
128 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ 128 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \
129 -DUSE_SYSTEM_CIVETWEB=OFF \ 129 -DUSE_SYSTEM_CIVETWEB=OFF \
130 -DDCMTK_LIBRARIES=dcmjpls \ 130 -DDCMTK_LIBRARIES=dcmjpls \
131 -DCMAKE_BUILD_TYPE=Release \ 131 -DCMAKE_BUILD_TYPE=Release \
132 ~/Orthanc 132 ~/Orthanc
133 # make
134
135
136 NB: Instructions to use clang and ninja:
137
138 # sudo apt-get install ninja-build
139 # CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G Ninja \
140 -DALLOW_DOWNLOADS=ON \
141 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \
142 -DUSE_SYSTEM_CIVETWEB=OFF \
143 -DDCMTK_LIBRARIES=dcmjpls \
144 -DCMAKE_BUILD_TYPE=Release \
145 ~/Orthanc
146 # ninja
133 147
134 148
135 149
136 SUPPORTED - Fedora 20-22 150 SUPPORTED - Fedora 20-22
137 ------------------------ 151 ------------------------