Skip to content

Instantly share code, notes, and snippets.

@enterthematric
enterthematric / how-to-gource.sh
Last active April 10, 2019 12:57 — forked from miguelsaddress/how-to-gource.sh
Install Gource in Ubuntu 18.04 / 18.10 (gource.io)
#Install Gource in Ubuntu
========================
#Go to the folder.... and
#see http://tylerfrankenstein.com/code/install-gource-ubuntu-1010-visualize-git-repo
sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-image-dev libpcre3-dev libfreetype6-dev libglew-dev libglm-dev libboost-filesystem-dev libpng-dev libsdl1.2-dev libsdl-image1.2-dev libtinyxml-dev
./configure
make
sudo make install