Revisions
-
Julian Reyes Escrigas renamed this gist
Dec 14, 2011 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,10 +2,10 @@ 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_R15B.tar.gz tar -xvzf otp_src_R15B.tar.gz chmod -R 777 otp_src_R15B cd otp_src_R15B ./configure make make install -
ramgole renamed this gist
Oct 13, 2011 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,10 +2,10 @@ 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 -
bryanhunter revised this gist
May 25, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # You will need to make this file executable (chmod u+x) and run it with 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 -
bryanhunter created this gist
May 25, 2011 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # You will need to make this executable (chmod u+x) and run it with 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_R14B03.tar.gz tar -xvzf otp_src_R14B03.tar.gz chmod -R 777 otp_src_R14B03 cd otp_src_R14B03 ./configure make make install