Mercurial > hg > orthanc
comparison Resources/TravisUbuntu-12.04.sh @ 1256:e47cc1580678
missing file
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 08 Jan 2015 13:47:48 +0100 |
parents | |
children | 0786cbd3ade3 |
comparison
equal
deleted
inserted
replaced
1255:99e6663a1a11 | 1256:e47cc1580678 |
---|---|
1 #! /bin/sh | |
2 | |
3 | |
4 set -e | |
5 | |
6 mkdir Build | |
7 cd Build | |
8 | |
9 cmake \ | |
10 "-DDCMTK_LIBRARIES=CharLS;dcmjpls;wrap;oflog" \ | |
11 -DALLOW_DOWNLOADS=ON \ | |
12 -DUSE_SYSTEM_MONGOOSE=OFF \ | |
13 -DUSE_SYSTEM_JSONCPP=OFF \ | |
14 -DUSE_SYSTEM_GOOGLE_LOG=OFF \ | |
15 -DUSE_SYSTEM_PUGIXML=OFF \ | |
16 -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON \ | |
17 .. | |
18 | |
19 make |