comparison Applications/Samples/WebAssembly/NOTES.txt @ 1548:65eccce95882

unifying the default install prefix for WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2020 09:57:35 +0200
parents 8ddf77198ed7
children
comparison
equal deleted inserted replaced
1547:bf195fc0797e 1548:65eccce95882
29 29
30 Then, if the installation path is "~/Downloads/emsdk/": 30 Then, if the installation path is "~/Downloads/emsdk/":
31 31
32 # source ~/Downloads/emsdk/emsdk_env.sh 32 # source ~/Downloads/emsdk/emsdk_env.sh
33 # cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja 33 # cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja
34 # ninja 34 # ninja install
35
36 => The binaries will be put in "../../../wasm-binaries/"