Skip to content

Instantly share code, notes, and snippets.

@vencax
Created March 27, 2013 08:04
Show Gist options
  • Select an option

  • Save vencax/5252545 to your computer and use it in GitHub Desktop.

Select an option

Save vencax/5252545 to your computer and use it in GitHub Desktop.
libass installation from github source
sudo aptitude install libtool libfribidi-dev
cd $1
git clone git://github.com/tgoyne/libass.git
cd libass
./autogen.sh && make
sudo checkinstall --pkgname=libass --pkgversion="1:$(date +%Y%m%d%H%M)-git" --backup=no \
--deldoc=yes --fstrans=no --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment