magnify
Home Tutorials GraphLab Installation on Ubuntu

GraphLab Installation on Ubuntu

Installing GraphLab on Ubuntu

The directions below are for Ubuntu Natty (11.04)

0) Login into your ubuntu machine (64 bit).
On amazon EC2 – you can launch instance AMI-e9965180

 

1) Installing boost+zlib.

 

2) Install Mercurial
3) Install cmake

4) Install openmpi + java

5a) Install graphlab from mercurial
Go to graphlab download page, and follow the download link to the mercurial repository.

copy the command string: “hg clone…” and execute it in your ubuntu shell.Note: After you cloned the repository and you would like to get up to date,

you can issue the commands:

or 5b) Install graphlab from tgz file
Go to graphlab download page, and download the latest release.
Extract the tgz file using the command: “tar xvzf *.tar.gz” 

6) configure and compile

For any questions or bug fixes about this tutorial, please email: graphlabapi@googlegroups.com
with the following information:
  1. A detailed description of the problem you are facing
  2. The OS and OS version you are using.
  3. The output of uname -a
  4. The hardware you are running on.
  5. The output of g++ -v and clang++ -v
  6. The contents of graphlabapi/config.log and graphlabapi/configure.deps
  7. Full compilation log