mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-09 00:08:44 +01:00
make static to improve linux build script vvc
This commit is contained in:
parent
97494d5417
commit
037f37c071
@ -11,10 +11,10 @@ cd ~/Downloads
|
|||||||
git clone --depth=1 https://github.com/fraunhoferhhi/vvenc
|
git clone --depth=1 https://github.com/fraunhoferhhi/vvenc
|
||||||
git clone --depth=1 https://github.com/fraunhoferhhi/vvdec
|
git clone --depth=1 https://github.com/fraunhoferhhi/vvdec
|
||||||
cd vvenc
|
cd vvenc
|
||||||
make release
|
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" .. && make
|
||||||
cd ../
|
cd ../
|
||||||
cd vvdec
|
cd vvdec
|
||||||
make release
|
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" .. && make
|
||||||
cd ../
|
cd ../
|
||||||
echo Please see the build files following starting with vvenc/bin/release-static
|
echo Please see the build files following starting with vvenc/bin/release-static
|
||||||
pause
|
pause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user