Mercurial > hg > orthanc
changeset 1349:d8334d7b425d
fix issue #33
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 23 Apr 2015 17:29:23 +0200 |
parents | cff17da28916 |
children | 724dc4e17d38 |
files | LinuxCompilation.txt |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/LinuxCompilation.txt Wed Apr 22 15:12:04 2015 +0200 +++ b/LinuxCompilation.txt Thu Apr 23 17:29:23 2015 +0200 @@ -131,15 +131,16 @@ http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc/trunk/debian/ -SUPPORTED - Ubuntu 12.04 LTS ----------------------------- +SUPPORTED - Ubuntu 12.04.5 LTS +------------------------------ # sudo apt-get install build-essential unzip cmake mercurial \ uuid-dev libcurl4-openssl-dev liblua5.1-0-dev \ libgtest-dev libpng-dev libsqlite3-dev libssl-dev \ - zlib1g-dev libdcmtk2-dev libboost-all-dev libwrap0-dev + zlib1g-dev libdcmtk2-dev libboost1.48-all-dev libwrap0-dev \ + libcharls-dev -# cmake "-DDCMTK_LIBRARIES=wrap;oflog" \ +# cmake "-DDCMTK_LIBRARIES=boost_locale;CharLS;dcmjpls;wrap;oflog" \ -DALLOW_DOWNLOADS=ON \ -DUSE_SYSTEM_MONGOOSE=OFF \ -DUSE_SYSTEM_JSONCPP=OFF \