Skip to content

Instantly share code, notes, and snippets.

@miguelsaddress
Created October 9, 2015 08:35
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save miguelsaddress/e88384d135ce80866d6a to your computer and use it in GitHub Desktop.
Save miguelsaddress/e88384d135ce80866d6a 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
sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-image-dev libpcre3-dev libfreetype6-dev libglew-dev libglm-dev libboost-filesystem-dev libpng12-dev libsdl1.2-dev libsdl-image1.2-dev libtinyxml-dev
./configure
make
sudo make install
cd /usr/bin
sudo ln -s /usr/local/gource/0.37/bin/gource
@ooobii
Copy link

ooobii commented Jul 6, 2021

Ubuntu 20.04 does not require or support the installation of libpng12-dev, but this can be compiled and installed without it 😄

Thank you very much for this!!

@O5ten
Copy link

O5ten commented May 5, 2023

This gist helped me get it setup quickly. Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment