Mercurial > hg > orthanc-stone
view Applications/Platforms/WebAssembly/SharedLibrary/NOTES.txt @ 1860:b8f54ab47b3b
SeriesList: display the SeriesNumber tag in front of image count.
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 21 Sep 2021 12:29:48 +0200 |
parents | 5887a4f8594b |
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/"