mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-02 10:26:50 +01:00
Added Mac OS build shell
This commit is contained in:
parent
ca0382c870
commit
686cbe2eee
14
vvcbuildfraun/BuildforMacOS.sh
Normal file
14
vvcbuildfraun/BuildforMacOS.sh
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user