comparison LinuxCompilation.txt @ 5807:8279eaab0d1d attach-custom-data

merged default -> attach-custom-data
author Alain Mazy <am@orthanc.team>
date Tue, 24 Sep 2024 11:39:52 +0200
parents 59e3b6f8c5be
children
comparison
equal deleted inserted replaced
5085:79f98ee4f04b 5807:8279eaab0d1d
159 159
160 # sudo apt-get install build-essential unzip cmake mercurial patch \ 160 # sudo apt-get install build-essential unzip cmake mercurial patch \
161 uuid-dev libcurl4-openssl-dev liblua5.3-dev \ 161 uuid-dev libcurl4-openssl-dev liblua5.3-dev \
162 libgtest-dev libpng-dev libsqlite3-dev libssl-dev libjpeg-dev \ 162 libgtest-dev libpng-dev libsqlite3-dev libssl-dev libjpeg-dev \
163 zlib1g-dev libdcmtk-dev libboost-all-dev libwrap0-dev \ 163 zlib1g-dev libdcmtk-dev libboost-all-dev libwrap0-dev \
164 libcharls-dev libjsoncpp-dev libpugixml-dev locales 164 libcharls-dev libjsoncpp-dev libpugixml-dev locales protobuf-compiler
165 165
166 # cd ./Build 166 # cd ./Build
167 # cmake -DALLOW_DOWNLOADS=ON \ 167 # cmake -DALLOW_DOWNLOADS=ON \
168 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ 168 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \
169 -DUSE_SYSTEM_CIVETWEB=OFF \ 169 -DUSE_SYSTEM_CIVETWEB=OFF \
233 GNU/Linux distributions, but are not tested anymore. Even if they may 233 GNU/Linux distributions, but are not tested anymore. Even if they may
234 not work anymore as such, they can serve as a basis. 234 not work anymore as such, they can serve as a basis.
235 235
236 You can find build instructions for Orthanc up to 0.7.0 on the 236 You can find build instructions for Orthanc up to 0.7.0 on the
237 following Wiki page: 237 following Wiki page:
238 https://book.orthanc-server.com/faq/compiling-old.html 238 https://orthanc.uclouvain.be/book/faq/compiling-old.html
239 239
240 These instructions will not work as such beyond Orthanc 0.7.0, but 240 These instructions will not work as such beyond Orthanc 0.7.0, but
241 they might give indications. 241 they might give indications.
242 242
243 243