Mercurial > hg > orthanc-stone
changeset 903:ef6e425dc79f am-dev
notes for AM build
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 17 Jul 2019 15:33:07 +0200 |
parents | fa5b945f8db8 |
children | 64e5f3ff6360 |
files | Samples/WebAssembly/NOTES.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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