# HG changeset patch # User jodogne # Date 1440011813 -7200 # Node ID 729d693369199633118f8d088d7bf5c007cc34df # Parent 0dba274074eb3f48708e5065811c9d11ab96538c build instructions diff -r 0dba274074eb -r 729d69336919 LinuxCompilation.txt --- a/LinuxCompilation.txt Tue Aug 18 14:57:41 2015 +0200 +++ b/LinuxCompilation.txt Wed Aug 19 21:16:53 2015 +0200 @@ -116,6 +116,12 @@ SUPPORTED - Ubuntu 14.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 \ + libcharls-dev libjsoncpp-dev libpugixml-dev + # cmake -DALLOW_DOWNLOADS=ON \ -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON \ -DUSE_SYSTEM_MONGOOSE=OFF \