added prefix of usr/local

This commit is contained in:
Martin Eesmaa 2022-05-20 19:17:53 +10:00 committed by GitHub
parent 351d557477
commit e46f477bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,11 @@ echo Downloading libvvdec...
cd ~/Downloads cd ~/Downloads
git clone https://github.com/fraunhoferhhi/vvdec.git git clone https://github.com/fraunhoferhhi/vvdec.git
cd vvdec cd vvdec
make release && make install make install install-prefix=/usr/local
cd ../ cd ../
echo Downloading FFmpeg with VVC support echo Downloading FFmpeg with VVC support
git clone https://github.com/lehmann-c/FFmpeg.git git clone https://github.com/lehmann-c/FFmpeg.git
cd FFmpeg cd FFmpeg
echo One more thing to do is type of three codes to finish for: ./configure --enable-libvvdec --enable-pic --enable-openssl --enable-libxml2 && make -j
echo export LD_LIBRARY_PATH=~/Downloads/vvdec/install/lib echo You're ready to preview VVC, view VVC information or convert from VVC using ffmpeg, ffplay and ffprobe.
echo export PKG_CONFIG_PATH=~/Downloads/vvdec/install/lib/pkgconfig
echo ./configure --enable-libvvdec --enable-pic --enable-openssl --enable-libxml2 && make -j
echo Once you typed code, you're ready to preview VVC, view VVC information or convert from VVC using ffmpeg, ffplay and ffprobe.
echo - Martin Eesmaa echo - Martin Eesmaa