Page 1 of 1

SD Everywhere Emscripten issue.

Posted: Thu Sep 26, 2019 6:44 pm
by TK421
Hi,

I'm following the tutorial from SDEverywhere on how to get a Vensim model onto the web.

I've got as far as installing Emscripten. But the tutorial says to run "emcc -v" to test it's installed properly. I get "command not found".

Is there another way to test Emscripten is installed properly?

Thanks in advance,

Tony.

Re: SD Everywhere Emscripten issue.

Posted: Fri Sep 27, 2019 7:17 am
by TK421
ok, managed to figure this out. I was running

Code: Select all

./emsdk_env.sh
from the terminal window rather than

Code: Select all

source ./emsdk_env.sh
Running "emcc -v" now gives me output.