Skip to content

Instantly share code, notes, and snippets.

@wannaphong
Forked from miguelsaddress/how-to-gource.sh
Last active June 25, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wannaphong/54b0738a688b43913df191a05771ac31 to your computer and use it in GitHub Desktop.
Save wannaphong/54b0738a688b43913df191a05771ac31 to your computer and use it in GitHub Desktop.
Install Gource in Ubuntu (gource.io)
#Install Gource in Ubuntu
========================
#Go to the folder.... and
#see http://tylerfrankenstein.com/code/install-gource-ubuntu-1010-visualize-git-repo
# https://github.com/acaudwell/Gource/releases/download/gource-0.49/gource-0.49.tar.gz
sudo apt-get update
sudo apt-get install libglew-dev
sudo apt-get install libsdl2-dev
sudo apt install libsdl2-image-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libglm-dev
./configure
make
sudo make install
cd /usr/bin
sudo ln -s /usr/local/gource/0.49/bin/gource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment