Created
March 27, 2013 08:04
-
-
Save vencax/5252545 to your computer and use it in GitHub Desktop.
libass installation from github source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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