kidrigger / godot-videodecoder

GDNative Video Decoder libraries for Godot Game Engine, using FFmpeg library for codecs. A Google Summer of Code Project, 2018
MIT License
84 stars 22 forks source link

Cant Build on Ubuntu ! #32

Closed Reza-hp closed 3 years ago

Reza-hp commented 3 years ago

first of all thanks for the library ! I really appreciate your effort I tried to build it on Ubuntu following the instruction but I got lots of error relating to MacOs ! I commented out must of the part in build_gdnative.sh and ended up bypassing most of them but still got stuck with this error :

Step 10/12 : RUN cd /opt/osxcross && UNATTENDED=1 ./build.sh
 ---> Running in 1660aaeee721
no SDK found in tarballs/. please see README.md
The command '/bin/sh -c cd /opt/osxcross && UNATTENDED=1 ./build.sh' returned a non-zero code: 1

any help ?