Mercurial > hg > orthanc
changeset 4315:e62bd014ae5c
removed EMSCRIPTEN_SET_LLVM_WASM_BACKEND option for CMake
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Nov 2020 11:16:22 +0100 |
parents | 0a4347203a7e |
children | 7dc52763ab1c a691916ab535 |
files | OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/CMakeLists.txt OrthancFramework/Resources/WebAssembly.txt OrthancServer/Resources/Configuration.json |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/CMakeLists.txt Thu Nov 12 11:40:44 2020 +0100 +++ b/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/CMakeLists.txt Tue Nov 17 11:16:22 2020 +0100 @@ -19,7 +19,7 @@ # source ~/Downloads/emsdk/emsdk_env.sh -# cmake .. -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -DEMSCRIPTEN_SET_LLVM_WASM_BACKEND=ON -DCMAKE_INSTALL_PREFIX=/tmp/wasm-install/ +# cmake .. -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/tmp/wasm-install/ # make install # cd /tmp/wasm-install # python -m SimpleHTTPServer 8000
--- a/OrthancFramework/Resources/WebAssembly.txt Thu Nov 12 11:40:44 2020 +0100 +++ b/OrthancFramework/Resources/WebAssembly.txt Tue Nov 17 11:16:22 2020 +0100 @@ -45,6 +45,10 @@ <<<<< +The "EMSCRIPTEN_SET_LLVM_WASM_BACKEND" option was totally removed in +Orthanc 1.8.1. + + Linker flags
--- a/OrthancServer/Resources/Configuration.json Thu Nov 12 11:40:44 2020 +0100 +++ b/OrthancServer/Resources/Configuration.json Tue Nov 17 11:16:22 2020 +0100 @@ -18,8 +18,8 @@ "IndexDirectory" : "OrthancStorage", // Path to the directory where Orthanc stores its large temporary - // files. The content of this folder can be safely deleted if - // Orthanc once stopped. The folder must exist. The corresponding + // files. The content of this folder can be safely deleted once + // Orthanc is stopped. The folder must exist. The corresponding // filesystem must be properly sized, given that for instance a ZIP // archive of DICOM images created by a job can weight several GBs, // and that there might be up to "min(JobsHistorySize,