Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/MultitenantDicom/NOTES.txt @ 5742:078b724dcbf8
if frame decoding fails, transcode to LittleEndianExplicit using plugins and decode with built-in decoder
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 29 Aug 2024 12:33:41 +0200 |
parents | 7cb1b851f5c8 |
children |
line wrap: on
line source
Linux Standard Base (LSB) ========================= $ mkdir lsb $ cd lsb $ LSB_CC=gcc-4.8 LSB_CXX=g++-4.8 cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../../../../OrthancFramework/Resources/Toolchains/LinuxStandardBaseToolchain.cmake -DUSE_LEGACY_JSONCPP=ON -DUSE_LEGACY_BOOST=ON -G Ninja $ ninja