Skip to content

Instantly share code, notes, and snippets.

View laurentheirendt's full-sized avatar
✈️

Laurent Heirendt laurentheirendt

✈️
View GitHub Profile
@laurentheirendt
laurentheirendt / gource.sh
Last active February 11, 2019 09:11 — forked from XueshiQiao/gource.sh
Generate a MP4 Video for your Git project commits using Gource!
# https://github.com/acaudwell/Gource
# 1.install gource using HomeBrew
$ brew install gource
# 2.install avconv
git clone git://git.libav.org/libav.git
cd libav
# it will take 3-5 minutes to complie, be patient.
./configure --disable-yasm
make && make install