Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. bryce@bryce-VirtualBox:~/Downloads/emsdk_portable$ ./emsdk activate latest
  2. Writing .emscripten configuration file to user home directory /home/bryce/
  3. The Emscripten configuration file /home/bryce/.emscripten has been rewritten with the following contents:
  4.  
  5. import os
  6. LLVM_ROOT='/home/bryce/Downloads/emsdk_portable/clang/fastcomp/build_master_64/bin'
  7. NODE_JS='/home/bryce/Downloads/emsdk_portable/node/4.1.1_64bit/bin/node'
  8. EMSCRIPTEN_ROOT='/home/bryce/Downloads/emsdk_portable/emscripten/master'
  9. EMSCRIPTEN_NATIVE_OPTIMIZER='/home/bryce/Downloads/emsdk_portable/emscripten/master_64bit_optimizer/optimizer'
  10. SPIDERMONKEY_ENGINE = ''
  11. V8_ENGINE = ''
  12. TEMP_DIR = '/tmp'
  13. COMPILER_ENGINE = NODE_JS
  14. JS_ENGINES = [NODE_JS]
  15.  
  16. To conveniently access the selected set of tools from the command line, consider adding the following directories to PATH, or call 'source ./emsdk_env.sh' to do this for you.
  17.  
  18. /home/bryce/Downloads/emsdk_portable:/home/bryce/Downloads/emsdk_portable/clang/fastcomp/build_master_64/bin:/home/bryce/Downloads/emsdk_portable/node/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement