Skip to content

Instantly share code, notes, and snippets.

@rkmax
Forked from ramgole/install-r14b04.sh
Created December 14, 2011 20:59

Revisions

  1. Julian Reyes Escrigas renamed this gist Dec 14, 2011. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions install-r14b04.sh → install-r15b.sh
    Original 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
    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
  2. @ramgole ramgole renamed this gist Oct 13, 2011. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions install-r14b03.sh → install-r14b04.sh
    Original 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_R14B03.tar.gz
    tar -xvzf otp_src_R14B03.tar.gz
    chmod -R 777 otp_src_R14B03
    cd otp_src_R14B03
    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
  3. @bryanhunter bryanhunter revised this gist May 25, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install-r14b03.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # You will need to make this executable (chmod u+x) and run it with sudo
    # 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
  4. @bryanhunter bryanhunter created this gist May 25, 2011.
    11 changes: 11 additions & 0 deletions install-r14b03.sh
    Original 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