Mercurial > hg > orthanc-stone
view Applications/Samples/WebAssembly/NOTES.txt @ 1543:4cfdaf4ef3fe
fixing paths
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Aug 2020 14:08:51 +0200 |
parents | d1806b4e4839 |
children | 8ddf77198ed7 |
line wrap: on
line source
Building WebAssembly samples using Docker ========================================= The script "./docker-build.sh" can be used to quickly build the WebAssembly samples on any GNU/Linux distribution equipped with Docker. This avoids newcomers to install Emscripten and learn the CMake options. Just type: $ ./docker-build.sh Release After successful build, the binaries will be installed in the following folder (i.e. in the folder "wasm-binaries" at the root of the source distribution): $ ls -l ../../wasm-binaries NB: The source code of the Docker build environment can be found at the following location: https://github.com/jodogne/OrthancDocker/tree/master/wasm-builder