comparison Samples/WebAssembly/NOTES.txt @ 1492:4b5ec9ea268e

Building WebAssembly samples using Docker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Jun 2020 09:13:56 +0200
parents
children
comparison
equal deleted inserted replaced
1491:c5627b8493f3 1492:4b5ec9ea268e
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