comparison LinuxCompilation.txt @ 1337:afaa55d42ddd

FreeBSD support
author jodogne
date Tue, 31 Mar 2015 11:40:29 +0200
parents c4ae92753d57
children d8334d7b425d
comparison
equal deleted inserted replaced
1336:a80e811ec619 1337:afaa55d42ddd
217 Note: Have also a look at the official package: 217 Note: Have also a look at the official package:
218 http://pkgs.fedoraproject.org/cgit/orthanc.git/tree/?h=f18 218 http://pkgs.fedoraproject.org/cgit/orthanc.git/tree/?h=f18
219 219
220 220
221 221
222 SUPPORTED - FreeBSD 10.1
223 ------------------------
224
225 # pkg install jsoncpp pugixml lua51 curl googletest dcmtk cmake \
226 e2fsprogs-libuuid glog boost-libs sqlite3 python libiconv
227
228 # cmake -DALLOW_DOWNLOADS=ON \
229 -DUSE_SYSTEM_MONGOOSE=OFF \
230 -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \
231 ~/Orthanc
232
222 233
223 234
224 Other Linux distributions? 235 Other Linux distributions?
225 -------------------------- 236 --------------------------
226 237