Changes between Version 50 and Version 51 of CompilationGuide/Ubuntu
- Timestamp:
- Jan 13, 2013, 9:16:08 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v50 v51 85 85 git clone --depth 1 http://git.chromium.org/webm/libvpx.git 86 86 cd libvpx 87 ./configure --disable- unit-tests87 ./configure --disable-examples --disable-unit-tests 88 88 make 89 89 sudo checkinstall --pkgname=libvpx --pkgversion="1:$(date +%Y%m%d%H%M)-git" --backup=no \