Mercurial > hg > orthanc-stone
view OrthancStone/Samples/WebAssembly/NOTES.txt @ 1519:22d1bd085c19
split STONE_BINARIES into two different vars for both
StoneWebViewer and RtViewer
+ fixed docker build
+ embed of RtViewer files
+ serving of RtViewer files
+ Orthanc explorer extension to open a series in
the RtViewer : sibling series will be traversed and the
first DOSE/STRUCT will be used.
WARNING: needs work for PT and to allow for missing dose
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Fri, 31 Jul 2020 12:51:28 +0200 |
parents | 244ad1e4e76a |
children |
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