Skip to content

Instantly share code, notes, and snippets.

@mcasperson
Forked from anonymous/gist:8274339
Last active January 2, 2016 08:09
Show Gist options
  • Save mcasperson/8274405 to your computer and use it in GitHub Desktop.
Save mcasperson/8274405 to your computer and use it in GitHub Desktop.
Emscripten does not work with LLVM 3.3, which is provided with Fedora 19.
Download LLVM 3.2 and Clang from http://llvm.org/releases/. Copy the clang
source code into tools\clang, and run make (but not make install).
Set LLVM_ROOT='/home/yourname/Development/llvm-3.2.src/Release+Asserts/bin' in ~./emscripten.
sudo yum install nodejs - I found that chromium installed later versions
of the v8 package, which meant that nodejs would not install. So download
Node.js from http://nodejs.org/download/.
Set NODE_JS='/home/yourname/Development/node-v0.10.24-linux-x64/bin/node' in ~/.emscripten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment