Skip to content

Instantly share code, notes, and snippets.

@MatthewRDodds
Last active September 28, 2015 16:38
Show Gist options
  • Save MatthewRDodds/ecf3a2dcdfd12f5047f9 to your computer and use it in GitHub Desktop.
Save MatthewRDodds/ecf3a2dcdfd12f5047f9 to your computer and use it in GitHub Desktop.
Install IGraph
echo
echo "preparing for install"
echo
brew update
echo
echo "installing libraries with brew"
echo
brew install cairo
brew install wget
echo
echo "installing igraph"
echo
wget --no-check-certificate https://github.com/igraph/igraph/archive/0.7.1.tar.gz
tar xzf 0.7.1.tar.gz
rm 0.7.1.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment