Skip to content

Instantly share code, notes, and snippets.

@Khalefa
Last active August 29, 2015 13:58
Show Gist options
  • Save Khalefa/10066147 to your computer and use it in GitHub Desktop.
Save Khalefa/10066147 to your computer and use it in GitHub Desktop.
Setup
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
sudo apt-get install git cmake g++ g++-4.8 gcc gcc-4.8 mpich2 bison flex libreadline-dev gfortran build-essential perl vim maven zlib1g-dev
git clone https://github.com/graphlab-code/graphlab.git
git clone https://github.com/apache/hadoop-common.git
git clone https://github.com/madlib/madlib.git
git clone https://github.com/apache/mahout.git
git clone https://github.com/Sarwat/recdb-postgresql.git
--sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
--sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment