comparison OrthancStone/Resources/Graveyard/Deprecated/Samples/WebAssembly/NOTES.txt @ 1521:bc4c50a53bd3

changed a few remaining instances of orthanc-stone/Samples to orthanc-stone/OrthancStone/Samples
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 31 Jul 2020 13:36:49 +0200
parents 244ad1e4e76a
children
comparison
equal deleted inserted replaced
1520:3a79d551dd8b 1521:bc4c50a53bd3
18 . ~/apps/emsdk/emsdk_env.sh 18 . ~/apps/emsdk/emsdk_env.sh
19 cd /mnt/c/osi/dev/ 19 cd /mnt/c/osi/dev/
20 mkdir -p build_stone_newsamples_wasm_wsl 20 mkdir -p build_stone_newsamples_wasm_wsl
21 mkdir -p build_install_stone_newsamples_wasm_wsl 21 mkdir -p build_install_stone_newsamples_wasm_wsl
22 cd build_stone_newsamples_wasm_wsl 22 cd build_stone_newsamples_wasm_wsl
23 cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Release -DALLOW_DOWNLOADS=ON /mnt/c/osi/dev/orthanc-stone/Samples/WebAssembly -DCMAKE_INSTALL_PREFIX=/mnt/c/osi/dev/build_install_stone_newsamples_wasm_wsl 23 cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Release -DALLOW_DOWNLOADS=ON /mnt/c/osi/dev/orthanc-stone/OrthancStone/Samples/WebAssembly -DCMAKE_INSTALL_PREFIX=/mnt/c/osi/dev/build_install_stone_newsamples_wasm_wsl
24 ninja install 24 ninja install
25 25
26 Then, on Windows 26 Then, on Windows
27 ----------------- 27 -----------------
28 docker run -p 4242:4242 -p 8042:8042 --rm -v "C:/osi/dev/build_install_stone_newsamples_wasm_wsl:/root/stone:ro" jodogne/orthanc-plugins:1.5.6 /root/stone/Configuration.json --verbose 28 docker run -p 4242:4242 -p 8042:8042 --rm -v "C:/osi/dev/build_install_stone_newsamples_wasm_wsl:/root/stone:ro" jodogne/orthanc-plugins:1.5.6 /root/stone/Configuration.json --verbose
43 . ~/apps/emsdk/emsdk_env.sh 43 . ~/apps/emsdk/emsdk_env.sh
44 cd /mnt/c/osi/dev/ 44 cd /mnt/c/osi/dev/
45 mkdir -p build_stone_newsamples_wasm_wsl 45 mkdir -p build_stone_newsamples_wasm_wsl
46 mkdir -p build_install_stone_newsamples_wasm_wsl 46 mkdir -p build_install_stone_newsamples_wasm_wsl
47 cd build_stone_newsamples_wasm_wsl 47 cd build_stone_newsamples_wasm_wsl
48 cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Release -DALLOW_DOWNLOADS=ON /mnt/c/osi/dev/orthanc-stone/Samples/WebAssembly -DCMAKE_INSTALL_PREFIX=/mnt/c/osi/dev/build_install_stone_newsamples_wasm_wsl 48 cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Release -DALLOW_DOWNLOADS=ON /mnt/c/osi/dev/orthanc-stone/OrthancStone/Samples/WebAssembly -DCMAKE_INSTALL_PREFIX=/mnt/c/osi/dev/build_install_stone_newsamples_wasm_wsl
49 49
50 50
51 51
52 TODO: Orthanc.exe 52 TODO: Orthanc.exe
53 53
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=${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 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/OrthancStone/Samples/WebAssembly -DCMAKE_INSTALL_PREFIX=/mnt/c/o/build_install_stone_newsamples_wasm_wsl
76 ninja 76 ninja