Skip to content

Instantly share code, notes, and snippets.

Created January 5, 2014 21:44
Show Gist options
  • Save anonymous/8274339 to your computer and use it in GitHub Desktop.
Save anonymous/8274339 to your computer and use it in GitHub Desktop.
Preparing Fedora 19 for Emscripten
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='/path/to/llvm/llvm-3.2.src/Release+Asserts/bin' in ~./emscripten.
yum install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment