comparison OrthancStone/Samples/WebAssembly/NOTES.txt @ 1512:244ad1e4e76a

reorganization of folders
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 16:21:02 +0200
parents Samples/WebAssembly/NOTES.txt@4b5ec9ea268e
children
comparison
equal deleted inserted replaced
1511:9dfeee74c1e6 1512:244ad1e4e76a
1
2 Building WebAssembly samples using Docker
3 =========================================
4
5 The script "./docker-build.sh" can be used to quickly build the
6 WebAssembly samples on any GNU/Linux distribution equipped with
7 Docker. This avoids newcomers to install Emscripten and learn the
8 CMake options. Just type:
9
10 $ ./docker-build.sh Release
11
12 After successful build, the binaries will be installed in the
13 following folder (i.e. in the folder "wasm-binaries" at the root of
14 the source distribution):
15
16 $ ls -l ../../wasm-binaries
17
18
19 NB: The source code of the Docker build environment can be found at
20 the following location:
21 https://github.com/jodogne/OrthancDocker/tree/master/wasm-builder
22