Mercurial > hg > orthanc-stone
view Deprecated/Resources/CodeGeneration/testWasmIntegrated/build.sh @ 1438:96044a18b98d
DicomStructureSetLoader instances are now indexed by their instanceid AND
a uniquekey that is passed (*not* depending on the initially visible structures anymore)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 19 May 2020 15:29:47 +0200 |
parents | f6a2d46d2b76 |
children |
line wrap: on
line source
#!/bin/bash set -e mkdir -p build-wasm cd build-wasm # shellcheck source="$HOME/apps/emsdk/emsdk_env.sh" source "$HOME/apps/emsdk/emsdk_env.sh" cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_WASM=ON .. ninja cd .. ./build-web.sh