Mercurial > hg > orthanc
changeset 2370:2208e0230b08
todo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Aug 2017 21:04:40 +0200 |
parents | 61371420f383 |
children | 39600af9fec3 |
files | TODO |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Tue Aug 22 22:20:26 2017 +0200 +++ b/TODO Tue Aug 22 21:04:40 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 ========