diff OrthancStone/Sources/Platforms/WebAssembly/UnitTests/NOTES.txt @ 1899:917500c46fe0

moved the Platform folder from the Applications folder to the Stone library itself
author Alain Mazy <am@osimis.io>
date Sat, 29 Jan 2022 12:47:32 +0100
parents Applications/Platforms/WebAssembly/UnitTests/NOTES.txt@b4486f43394a
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OrthancStone/Sources/Platforms/WebAssembly/UnitTests/NOTES.txt	Sat Jan 29 12:47:32 2022 +0100
@@ -0,0 +1,18 @@
+Native compilation (without Docker)
+===================================
+
+Install Emscripten:
+https://emscripten.org/docs/getting_started/downloads.html
+
+Then, if the installation path is "~/Downloads/emsdk/":
+
+# source ~/Downloads/emsdk/emsdk_env.sh
+# mkdir Build && cd Build
+# cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja
+# ninja install
+
+=> The binaries will be put in "../../../../../wasm-binaries/UnitTests/"
+
+# cd `pwd`/../../../../../wasm-binaries/UnitTests
+# python3 -m http.server 8000
+# firefox http://localhost:8000/index.html