SD Everywhere Emscripten issue.

Use this forum to post Vensim related questions.
Post Reply
TK421

SD Everywhere Emscripten issue.

Post 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.
TK421

Re: SD Everywhere Emscripten issue.

Post 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.
Post Reply