Mercurial > hg > orthanc
changeset 2372:39600af9fec3
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Aug 2017 23:33:42 +0200 |
parents | 8ab3310dd4f7 (current diff) 2208e0230b08 (diff) |
children | 68380777f9a6 |
files | |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Tue Aug 22 23:33:21 2017 +0200 +++ b/TODO Tue Aug 22 23:33:42 2017 +0200 @@ -20,6 +20,18 @@ * Option to enable DNS lookups in DICOM: https://goo.gl/woa35Z +============ +Dependencies +============ + +* Switch to CivetWeb because of licensing issues with recent + versions of Mongoose (versions > 3.8 are GPLv2 and not GPLv2+): + https://www.mail-archive.com/mongoose-users@googlegroups.com/msg00625.html +* Switch from libiconv to libICU (http://site.icu-project.org/download), + as recommended by Boost: + http://www.boost.org/doc/libs/1_64_0/libs/locale/doc/html/building_boost_locale.html + + ======== REST API ========