comparison LinuxCompilation.txt @ 645:75af92b18e23

build notes for ubuntu 12.04 lts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Oct 2013 20:32:24 +0100
parents 6270ae2688d6
children 99fdd61d85bd
comparison
equal deleted inserted replaced
644:eb5a0b21d05e 645:75af92b18e23
94 94
95 Note: Have also a look at the official package: 95 Note: Have also a look at the official package:
96 http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc/trunk/debian/ 96 http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc/trunk/debian/
97 97
98 98
99 SUPPORTED - Ubuntu 12.04 LTS
100 ----------------------------
101
102 # sudo apt-get install build-essential unzip cmake mercurial \
103 uuid-dev libcurl4-openssl-dev liblua5.1-0-dev \
104 libgtest-dev libpng-dev libsqlite3-dev libssl-dev \
105 zlib1g-dev libdcmtk2-dev libboost-all-dev libwrap0-dev
106
107 # cmake "-DDCMTK_LIBRARIES=wrap;oflog" \
108 -DALLOW_DOWNLOADS=ON \
109 -DUSE_SYSTEM_MONGOOSE=OFF \
110 -DUSE_SYSTEM_JSONCPP=OFF \
111 -DUSE_SYSTEM_GOOGLE_LOG=OFF \
112 -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON \
113 ~/Orthanc
114
99 115
100 SUPPORTED - Ubuntu 12.10 116 SUPPORTED - Ubuntu 12.10
101 ------------------------ 117 ------------------------
102 118
103 # sudo apt-get install build-essential unzip cmake mercurial \ 119 # sudo apt-get install build-essential unzip cmake mercurial \