# HG changeset patch # User Sebastien Jodogne # Date 1383075144 -3600 # Node ID 75af92b18e2342328c387f45ad4c9d9fa412ec0c # Parent eb5a0b21d05e5af129fa68c19ebe18e0e519c289 build notes for ubuntu 12.04 lts diff -r eb5a0b21d05e -r 75af92b18e23 LinuxCompilation.txt --- a/LinuxCompilation.txt Tue Oct 29 17:40:18 2013 +0100 +++ b/LinuxCompilation.txt Tue Oct 29 20:32:24 2013 +0100 @@ -96,6 +96,22 @@ http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc/trunk/debian/ +SUPPORTED - Ubuntu 12.04 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 + +# cmake "-DDCMTK_LIBRARIES=wrap;oflog" \ + -DALLOW_DOWNLOADS=ON \ + -DUSE_SYSTEM_MONGOOSE=OFF \ + -DUSE_SYSTEM_JSONCPP=OFF \ + -DUSE_SYSTEM_GOOGLE_LOG=OFF \ + -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON \ + ~/Orthanc + SUPPORTED - Ubuntu 12.10 ------------------------