comparison LinuxCompilation.txt @ 3359:815b81142ff7 emscripten-logging

Enable custom logging functions to redirect to emscripten specific logging calls in the ORTHANC_ENABLE_LOGGING_STDIO mode.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 07 May 2019 11:23:11 +0200
parents eb18269de57f
children 408ffcb4038f
comparison
equal deleted inserted replaced
3355:eb18269de57f 3359:815b81142ff7
97 97
98 SUPPORTED - Ubuntu 12.04.5 LTS 98 SUPPORTED - Ubuntu 12.04.5 LTS
99 ------------------------------ 99 ------------------------------
100 100
101 # sudo apt-get install build-essential unzip cmake mercurial \ 101 # sudo apt-get install build-essential unzip cmake mercurial \
102 uuid-dev libcurl4-openssl-dev liblua5.1-0-dev \ 102 uuid-dev libcurl4-openssl-dev liblua5.1-0-dev \
103 libgtest-dev libpng-dev libsqlite3-dev libssl-dev libjpeg-dev \ 103 libgtest-dev libpng-dev libsqlite3-dev libssl-dev libjpeg-dev \
104 zlib1g-dev libdcmtk2-dev libboost1.48-all-dev libwrap0-dev \ 104 zlib1g-dev libdcmtk2-dev libboost1.48-all-dev libwrap0-dev \
105 libcharls-dev 105 libcharls-dev
106 106
107 # cmake "-DDCMTK_LIBRARIES=boost_locale;CharLS;dcmjpls;wrap;oflog" \ 107 # cmake "-DDCMTK_LIBRARIES=boost_locale;CharLS;dcmjpls;wrap;oflog" \
108 -DALLOW_DOWNLOADS=ON \ 108 -DALLOW_DOWNLOADS=ON \
109 -DUSE_SYSTEM_CIVETWEB=OFF \ 109 -DUSE_SYSTEM_CIVETWEB=OFF \
110 -DUSE_SYSTEM_JSONCPP=OFF \ 110 -DUSE_SYSTEM_JSONCPP=OFF \
111 -DUSE_SYSTEM_PUGIXML=OFF \ 111 -DUSE_SYSTEM_PUGIXML=OFF \
112 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ 112 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \
113 -DCMAKE_BUILD_TYPE=Release \ 113 -DCMAKE_BUILD_TYPE=Release \
114 ~/Orthanc 114 ~/Orthanc
115
116
117 115
118 SUPPORTED - Ubuntu 14.04 LTS and 16.04 LTS 116 SUPPORTED - Ubuntu 14.04 LTS and 16.04 LTS
119 ------------------------------------------ 117 ------------------------------------------
120 118
121 # sudo apt-get install build-essential unzip cmake mercurial \ 119 # sudo apt-get install build-essential unzip cmake mercurial \