Mercurial > hg > orthanc-dicomweb
changeset 388:3609632d1215
fix lsb build on cis
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Feb 2020 16:51:01 +0100 |
parents | b3ed933a8846 |
children | 746d06183323 |
files | Plugin/WadoRs.cpp Resources/holy-build-box-internal.sh |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/WadoRs.cpp Wed Feb 05 15:19:23 2020 +0100 +++ b/Plugin/WadoRs.cpp Wed Feb 05 16:51:01 2020 +0100 @@ -355,10 +355,10 @@ * Complete the series-level tags, with instance-level tags that * are not considered as "main DICOM tags" in Orthanc, but that * are necessary for Web viewers, and that should be constant - * through all the instances of the series. To this end, we - * select 1 instance and extract the subset of tags of - * interest. Obviously, this is an approximation to improve - * performance. + * throughout all the instances of the series. To this end, we + * read 1 DICOM instance of this series from disk, and extract + * the subset of tags of interest. Obviously, this is an + * approximation to improve performance. **/ if (level == Orthanc::ResourceType_Series) {
--- a/Resources/holy-build-box-internal.sh Wed Feb 05 15:19:23 2020 +0100 +++ b/Resources/holy-build-box-internal.sh Wed Feb 05 16:51:01 2020 +0100 @@ -30,8 +30,8 @@ cmake /tmp/source-writeable \ -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON \ -DORTHANC_SDK_VERSION=1.5.7 \ - -DORTHANC_FRAMEWORK_SOURCE=web \ - -DORTHANC_FRAMEWORK_VERSION=1.5.8 \ + -DORTHANC_FRAMEWORK_SOURCE=hg \ + -DORTHANC_FRAMEWORK_VERSION=mainline \ -DCMAKE_INSTALL_PREFIX=/target make -j`nproc`