Skip to content

Instantly share code, notes, and snippets.

@amosshapira
Forked from mcasperson/gist:8274405
Created August 5, 2014 04:43
Show Gist options
  • Save amosshapira/9c31dab6b0c8f6e44006 to your computer and use it in GitHub Desktop.
Save amosshapira/9c31dab6b0c8f6e44006 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