comparison Applications/StoneWebViewer/BuildInstructions.txt @ 1862:63587fdeec69

added 'SkipSeriesFromModalities' to ignore series from modality types
author Alain Mazy <am@osimis.io>
date Thu, 23 Sep 2021 14:38:42 +0200
parents b8f54ab47b3b
children 5653b6335642
comparison
equal deleted inserted replaced
1861:9290d2916150 1862:63587fdeec69
29 cd ~/dev/build/orthanc-dicomweb 29 cd ~/dev/build/orthanc-dicomweb
30 cmake -DCMAKE_BUILD_TYPE=Release -DSTATIC_BUILD -DALLOW_DOWNLOADS=ON ../../orthanc-dicomweb 30 cmake -DCMAKE_BUILD_TYPE=Release -DSTATIC_BUILD -DALLOW_DOWNLOADS=ON ../../orthanc-dicomweb
31 make -j 6 31 make -j 6
32 32
33 # build the StoneViewer WASM code 33 # build the StoneViewer WASM code
34 # note: for fast link time: use -DCMAKE_BUILD_TYPE=RelWithDebInfo. However, this produces an output that is too large to be embedded in the plugin
35 # therefore, when you build the plugin, build the WASM code with -DCMAKE_BUILD_TYPE=Release
34 cd ~/dev/build/wasm-stone-viewer 36 cd ~/dev/build/wasm-stone-viewer
35 cmake ../../orthanc-stone/Applications/StoneWebViewer/WebAssembly -DLIBCLANG=/usr/lib/x86_64-linux-gnu/libclang-10.so -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja 37 cmake ../../orthanc-stone/Applications/StoneWebViewer/WebAssembly -DLIBCLANG=/usr/lib/x86_64-linux-gnu/libclang-10.so -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja
36 ninja install 38 ninja install
37 39
38 # build the StoneViewer Plugin 40 # build the StoneViewer Plugin