経由でemscriptenをダウンロードした後
git clone git://github.com/kripken/emscripten.git
そして走っている
./emcc
.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.
==============================================================================
llvm をインストールし、macports 経由で nodejs をインストールしました。では、LLVM_ROOT と NODE_JS をどこを指すように変更すればよいのでしょうか?