Mercurial > hg > orthanc
comparison LinuxCompilation.txt @ 2709:fac458593ac8
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 09 Jul 2018 10:16:16 +0200 |
parents | 06536b4f30c0 |
children | 0e1755e5efd0 |
comparison
equal
deleted
inserted
replaced
2707:38a3054b22ff | 2709:fac458593ac8 |
---|---|
86 | 86 |
87 # cmake -DALLOW_DOWNLOADS=ON \ | 87 # cmake -DALLOW_DOWNLOADS=ON \ |
88 -DUSE_SYSTEM_MONGOOSE=OFF \ | 88 -DUSE_SYSTEM_MONGOOSE=OFF \ |
89 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ | 89 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ |
90 -DDCMTK_LIBRARIES=dcmjpls \ | 90 -DDCMTK_LIBRARIES=dcmjpls \ |
91 -DCMAKE_BUILD_TYPE=Release \ | |
91 ~/Orthanc | 92 ~/Orthanc |
92 | 93 |
93 Note: Have also a look at the official package: | 94 Note: Have also a look at the official package: |
94 http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc/trunk/debian/ | 95 http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc/trunk/debian/ |
95 | 96 |
107 -DALLOW_DOWNLOADS=ON \ | 108 -DALLOW_DOWNLOADS=ON \ |
108 -DUSE_SYSTEM_MONGOOSE=OFF \ | 109 -DUSE_SYSTEM_MONGOOSE=OFF \ |
109 -DUSE_SYSTEM_JSONCPP=OFF \ | 110 -DUSE_SYSTEM_JSONCPP=OFF \ |
110 -DUSE_SYSTEM_PUGIXML=OFF \ | 111 -DUSE_SYSTEM_PUGIXML=OFF \ |
111 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ | 112 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ |
113 -DCMAKE_BUILD_TYPE=Release \ | |
112 ~/Orthanc | 114 ~/Orthanc |
113 | 115 |
114 | 116 |
115 | 117 |
116 SUPPORTED - Ubuntu 14.04 LTS | 118 SUPPORTED - Ubuntu 14.04 LTS |
124 | 126 |
125 # cmake -DALLOW_DOWNLOADS=ON \ | 127 # cmake -DALLOW_DOWNLOADS=ON \ |
126 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ | 128 -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ |
127 -DUSE_SYSTEM_MONGOOSE=OFF \ | 129 -DUSE_SYSTEM_MONGOOSE=OFF \ |
128 -DDCMTK_LIBRARIES=dcmjpls \ | 130 -DDCMTK_LIBRARIES=dcmjpls \ |
131 -DCMAKE_BUILD_TYPE=Release \ | |
129 ~/Orthanc | 132 ~/Orthanc |
130 | 133 |
131 | 134 |
132 | 135 |
133 SUPPORTED - Fedora 20-22 | 136 SUPPORTED - Fedora 20-22 |
142 | 145 |
143 # sudo yum install gflags-devel | 146 # sudo yum install gflags-devel |
144 | 147 |
145 # cmake "-DDCMTK_LIBRARIES=CharLS" \ | 148 # cmake "-DDCMTK_LIBRARIES=CharLS" \ |
146 -DSYSTEM_MONGOOSE_USE_CALLBACKS=OFF \ | 149 -DSYSTEM_MONGOOSE_USE_CALLBACKS=OFF \ |
150 -DCMAKE_BUILD_TYPE=Release \ | |
147 ~/Orthanc | 151 ~/Orthanc |
148 | 152 |
149 Note: Have also a look at the official package: | 153 Note: Have also a look at the official package: |
150 http://pkgs.fedoraproject.org/cgit/orthanc.git/tree/?h=f18 | 154 http://pkgs.fedoraproject.org/cgit/orthanc.git/tree/?h=f18 |
151 | 155 |
158 e2fsprogs-libuuid boost-libs sqlite3 python libiconv | 162 e2fsprogs-libuuid boost-libs sqlite3 python libiconv |
159 | 163 |
160 # cmake -DALLOW_DOWNLOADS=ON \ | 164 # cmake -DALLOW_DOWNLOADS=ON \ |
161 -DUSE_SYSTEM_MONGOOSE=OFF \ | 165 -DUSE_SYSTEM_MONGOOSE=OFF \ |
162 -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \ | 166 -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \ |
167 -DCMAKE_BUILD_TYPE=Release \ | |
163 ~/Orthanc | 168 ~/Orthanc |
164 | 169 |
165 | 170 |
166 | 171 |
167 SUPPORTED - CentOS 6 | 172 SUPPORTED - CentOS 6 |
178 -DUSE_SYSTEM_SQLITE=OFF \ | 183 -DUSE_SYSTEM_SQLITE=OFF \ |
179 -DUSE_SYSTEM_BOOST=OFF \ | 184 -DUSE_SYSTEM_BOOST=OFF \ |
180 -DUSE_SYSTEM_DCMTK=OFF \ | 185 -DUSE_SYSTEM_DCMTK=OFF \ |
181 -DUSE_SYSTEM_GOOGLE_TEST=OFF \ | 186 -DUSE_SYSTEM_GOOGLE_TEST=OFF \ |
182 -DUSE_SYSTEM_LIBJPEG=OFF \ | 187 -DUSE_SYSTEM_LIBJPEG=OFF \ |
188 -DCMAKE_BUILD_TYPE=Release \ | |
183 ~/Orthanc | 189 ~/Orthanc |
184 | 190 |
185 | 191 |
186 | 192 |
187 Other GNU/Linux distributions? | 193 Other GNU/Linux distributions? |