comparison Applications/Samples/WebAssembly/docker-internal.sh @ 2104:5653b6335642

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Nov 2023 07:43:13 +0100
parents 07964689cb0b
children c23eef785569
comparison
equal deleted inserted replaced
2101:517ef20aef74 2104:5653b6335642
27 # Use a folder that is writeable by non-root users for the Emscripten cache 27 # Use a folder that is writeable by non-root users for the Emscripten cache
28 export EM_CACHE=/tmp/emscripten-cache 28 export EM_CACHE=/tmp/emscripten-cache
29 29
30 # Get the Orthanc framework 30 # Get the Orthanc framework
31 cd /tmp/ 31 cd /tmp/
32 hg clone https://hg.orthanc-server.com/orthanc/ 32 hg clone https://orthanc.uclouvain.be/hg/orthanc/
33 33
34 # Make a copy of the read-only folder containing the source code into 34 # Make a copy of the read-only folder containing the source code into
35 # a writeable folder, because of "DownloadPackage.cmake" that writes 35 # a writeable folder, because of "DownloadPackage.cmake" that writes
36 # to the "ThirdPartyDownloads" folder next to the "CMakeLists.txt" 36 # to the "ThirdPartyDownloads" folder next to the "CMakeLists.txt"
37 cd /source 37 cd /source