mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-02 10:26:50 +01:00
update linux build script
This commit is contained in:
parent
721f30e562
commit
0995eb9e94
@ -7,14 +7,14 @@ echo If it's not installed, we will install automatically for you.
|
||||
echo.
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
sudo apt install build-essential cmake -y
|
||||
cd /Home/Downloads/
|
||||
git clone https://github.com/fraunhoferhhi/vvenc.git
|
||||
git clone https://github.com/fraunhoferhhi/vvdec.git
|
||||
cd ~/Downloads
|
||||
git clone --depth=1 https://github.com/fraunhoferhhi/vvenc
|
||||
git clone --depth=1 https://github.com/fraunhoferhhi/vvdec
|
||||
cd vvenc
|
||||
make release
|
||||
cd ../
|
||||
cd vvdec
|
||||
make release
|
||||
cd ../
|
||||
echo Please see the build files following starting with vvenc/bin/release-shared
|
||||
echo Please see the build files following starting with vvenc/bin/release-static
|
||||
pause
|
||||
|
Loading…
x
Reference in New Issue
Block a user