# HG changeset patch # User Sebastien Jodogne # Date 1429971263 -7200 # Node ID 724dc4e17d38e4fb8aa76bf3e649c3e44329dd61 # Parent d8334d7b425da81777dd522b80ec7c5c9d6aa00f build ubuntu 14.04 lts diff -r d8334d7b425d -r 724dc4e17d38 LinuxCompilation.txt --- a/LinuxCompilation.txt Thu Apr 23 17:29:23 2015 +0200 +++ b/LinuxCompilation.txt Sat Apr 25 16:14:23 2015 +0200 @@ -220,6 +220,17 @@ +SUPPORTED - Ubuntu 14.04 LTS +---------------------------- + +# cmake -DALLOW_DOWNLOADS=ON \ + -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON \ + -DUSE_SYSTEM_MONGOOSE=OFF \ + -DDCMTK_LIBRARIES=dcmjpls \ + ~/Orthanc + + + SUPPORTED - FreeBSD 10.1 ------------------------