Mercurial > hg > orthanc
diff LinuxCompilation.txt @ 4168:88d704264d64
fix for ubuntu 14.04
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 01 Sep 2020 10:19:29 +0200 |
parents | d633e5bb7ba3 |
children | 24759c286b5e |
line wrap: on
line diff
--- a/LinuxCompilation.txt Thu Aug 27 14:59:53 2020 +0200 +++ b/LinuxCompilation.txt Tue Sep 01 10:19:29 2020 +0200 @@ -109,10 +109,11 @@ # cd ./Build # cmake -DALLOW_DOWNLOADS=ON \ -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ + -DUSE_SYSTEM_BOOST=OFF \ -DUSE_SYSTEM_CIVETWEB=OFF \ + -DUSE_SYSTEM_DCMTK=OFF \ -DUSE_SYSTEM_JSONCPP=OFF \ -DUSE_SYSTEM_LUA=OFF \ - -DDCMTK_LIBRARIES=dcmjpls \ -DCMAKE_BUILD_TYPE=Release \ ../OrthancServer/ # make