comparison Samples/WebAssembly/NOTES.txt @ 839:c47031d9f6b1

Added dose struct load in (ongoing) FusionMprSample + doc change
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 03 Jun 2019 14:37:17 +0200
parents d492c3b71c65
children 5cfb479fdbde ecdb2ceaa925
comparison
equal deleted inserted replaced
836:e62e7361fd60 839:c47031d9f6b1
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/Samples/WebAssembly -DCMAKE_INSTALL_PREFIX=/mnt/c/osi/dev/build_install_stone_newsamples_wasm_wsl
24 ninja install 24 ninja install
25 25
26 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
29 29
30 # WAIT A COUPLE OF SECS 30 # WAIT A COUPLE OF SECS
31 # if the archive has NOT already been unzipped, unzip it 31 # if the archive has NOT already been unzipped, unzip it
32 # upload dicom files to running orthanc 32 # upload dicom files to running orthanc