comparison Samples/WebAssembly/NOTES.txt @ 903:ef6e425dc79f am-dev

notes for AM build
author Alain Mazy <alain@mazy.be>
date Wed, 17 Jul 2019 15:33:07 +0200
parents 5cfb479fdbde
children 64e5f3ff6360
comparison
equal deleted inserted replaced
902:fa5b945f8db8 903:ef6e425dc79f
70 . ~/apps/emsdk/emsdk_env.sh 70 . ~/apps/emsdk/emsdk_env.sh
71 cd /mnt/c/o/ 71 cd /mnt/c/o/
72 mkdir -p build_stone_newsamples_wasm_wsl 72 mkdir -p build_stone_newsamples_wasm_wsl
73 mkdir -p build_install_stone_newsamples_wasm_wsl 73 mkdir -p build_install_stone_newsamples_wasm_wsl
74 cd build_stone_newsamples_wasm_wsl 74 cd build_stone_newsamples_wasm_wsl
75 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 75 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
76 ninja 76 ninja
77 77