comparison Applications/Platforms/WebAssembly/SharedLibrary/NOTES.txt @ 1591:5887a4f8594b

moving platform-specific files out of the "OrthancStone" folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Oct 2020 13:15:03 +0200
parents OrthancStone/SharedLibrary/WebAssembly/NOTES.txt@012ab2c1f23b
children
comparison
equal deleted inserted replaced
1590:7b963bccafef 1591:5887a4f8594b
1
2 Install Emscripten:
3 https://emscripten.org/docs/getting_started/downloads.html
4
5 # cd ~/Downloads
6 # git clone https://github.com/emscripten-core/emsdk.git
7 # cd emsdk
8 # ./emsdk install 2.0.0
9 # ./emsdk activate 2.0.0
10
11
12 Then, if the installation path was "~/Downloads/emsdk/":
13
14 # source ~/Downloads/emsdk/emsdk_env.sh
15 # cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja
16 # ninja install
17
18 => The binaries will be put in "../../../../wasm-binaries/"