comparison Applications/StoneWebViewer/WebAssembly/NOTES.txt @ 1544:8ddf77198ed7

fixing paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 14:51:03 +0200
parents d1806b4e4839
children 65eccce95882
comparison
equal deleted inserted replaced
1543:4cfdaf4ef3fe 1544:8ddf77198ed7
29 29
30 Then, if the installation path is "~/Downloads/emsdk/": 30 Then, if the installation path is "~/Downloads/emsdk/":
31 31
32 # source ~/Downloads/emsdk/emsdk_env.sh 32 # source ~/Downloads/emsdk/emsdk_env.sh
33 # cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja 33 # cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja
34 # ninja