Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arobson/ubuntu-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Robson committed Aug 21, 2011
2 parents 766baaa + e77a542 commit 64eb0c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install-erlang14b03.sh 100755 → 100644
@@ -1,11 +1,11 @@
# 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 openssl lobssl-dev libssh-dev unixodbc-dev libgmp3-dev libwxgtk2.8-dev libglu1-mesa-dev fop xsltproc default-jdk
# Thanks goes to @bryan_hunter for this install script : )
apt-get -y install build-essential m4 libncurses5-dev openssl libssl-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
sudo ./configure
sudo make
sudo make install

0 comments on commit 64eb0c0

Please sign in to comment.