I am trying to install Emscripten on Ubuntu, but the official installation guide for Emscripten doesn't offer any instructions for installing Emscripten on Linux. The only advice that the installation guide has to offer is:
If you are on Linux, things should be very simple for you and there is no need for any additional guide.
I have read the README.md file in the Emscripten repository as well, and it doesn't offer any instructions for Ubuntu either. What steps will I need to follow in order to set up Emscripten on Ubuntu?
For Ubuntu 12.04 it is also very easy.
~/opt/dev/llvm
PATH="$PATH:/home/[your_profile]/opt/dev/llvm/clang3.2/bin"
thats all
if you get /usr/include/features.h:324:10: fatal error: 'bits/predefs.h' file not found
simply install sudo apt-get install libc6-dev-i386