VVCEasy/vvcbuildfraun/BuildforMacOS.sh

16 lines
409 B
Bash
Raw Normal View History

2022-05-09 14:12:33 +02:00
#!/bin/bash
2022-04-06 09:39:55 +02:00
echo Martin Eesmaa / VVC Compiler (vvenc and vvdec)
echo Please make sure your Xcode is installed on your Applications.
echo.
cd /Home/Downloads/
git clone https://github.com/fraunhoferhhi/vvenc.git
git clone https://github.com/fraunhoferhhi/vvdec.git
cd vvenc
make release
cd ../
cd vvdec
make release
cd ../
echo Please see the build files following starting with vvenc/bin/release-shared
pause