# HG changeset patch # User Alain Mazy # Date 1563370387 -7200 # Node ID ef6e425dc79ffdc74067e57e459e0169a6391785 # Parent fa5b945f8db819eb78683ae6e39e6dc03fe45c25 notes for AM build diff -r fa5b945f8db8 -r ef6e425dc79f Samples/WebAssembly/NOTES.txt --- a/Samples/WebAssembly/NOTES.txt Wed Jul 17 09:53:51 2019 +0200 +++ b/Samples/WebAssembly/NOTES.txt Wed Jul 17 15:33:07 2019 +0200 @@ -72,6 +72,6 @@ mkdir -p build_stone_newsamples_wasm_wsl mkdir -p build_install_stone_newsamples_wasm_wsl cd build_stone_newsamples_wasm_wsl -cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT=/mnt/c/o/orthanc/ -DCMAKE_BUILD_TYPE=Release -DALLOW_DOWNLOADS=ON /mnt/c/o/orthanc-stone/Samples/WebAssembly -DCMAKE_INSTALL_PREFIX=/mnt/c/o/build_install_stone_newsamples_wasm_wsl +cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/fastcomp/emscripten/cmake/Modules/Platform/Emscripten.cmake -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT=/mnt/c/o/orthanc/ -DCMAKE_BUILD_TYPE=Release -DALLOW_DOWNLOADS=ON /mnt/c/o/orthanc-stone/Samples/WebAssembly -DCMAKE_INSTALL_PREFIX=/mnt/c/o/build_install_stone_newsamples_wasm_wsl ninja