Skip to content

Instantly share code, notes, and snippets.

@vencax
Created March 27, 2013 07:42
Show Gist options
  • Select an option

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

Select an option

Save vencax/5252456 to your computer and use it in GitHub Desktop.
installs libvpx from git source
cd $1
git clone --depth 1 http://git.chromium.org/webm/libvpx.git
cd libvpx
./configure
make
sudo checkinstall --pkgname=libvpx --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