Created
November 2, 2011 06:07
-
-
Save pragmaticobjects/1333007 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install mercurial | |
| sudo apt-get install git-core | |
| sudo apt-get install imagemagick | |
| sudo apt-get -y install build-essential m4 libncurses5-dev libssh-dev unixodbc-dev libgmp3-dev libwxgtk2.8-dev libglu1-mesa-dev fop xsltproc default-jdk | |
| mkdir -p /src/erlang | |
| cd /src/erlang | |
| wget http://www.erlang.org/download/otp_src_R14B04.tar.gz | |
| tar -xvzf otp_src_R14B04.tar.gz | |
| chmod -R 777 otp_src_R14B04 | |
| cd otp_src_R14B04 | |
| ./configure | |
| make | |
| make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment