通过下载 emscripten 后
git clone git://github.com/kripken/emscripten.git
并运行
./emcc
在我的用户 root 中创建了一个 .emscripten 文件。
==============================================================================
Welcome to Emscripten!
This is the first time any of the Emscripten tools has been run.
A settings file has been copied to ~/.emscripten, at absolute path: /Users/calvin/.emscripten
Please edit that file and change the paths to fit your system. Specifically,
make sure LLVM_ROOT and NODE_JS are correct.
This command will now exit. When you are done editing those paths, re-run it.
==============================================================================
我通过 macports 安装了 llvm 和 nodejs。那么我应该在哪里更改 LLVM_ROOT 和 NODE_JS 指向?