Mercurial > hg > orthanc-stone
view OrthancStone/Resources/WebAssemblySharedLibrary/NOTES.txt @ 2167:c4df20981eb1
support DICOMWeb version numbers like 'mainline-commitId'
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 09 Oct 2024 12:49:38 +0200 (7 months ago) |
parents | 184b0aeae1af |
children |
line wrap: on
line source
Install Emscripten: https://emscripten.org/docs/getting_started/downloads.html # cd ~/Downloads # git clone https://github.com/emscripten-core/emsdk.git # cd emsdk # ./emsdk install 2.0.0 # ./emsdk activate 2.0.0 Then, if the installation path was "~/Downloads/emsdk/": # source ~/Downloads/emsdk/emsdk_env.sh # cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja # ninja install => The binaries will be put in "../../../wasm-binaries/"