mirror of
https://github.com/luanti-org/luanti_macos_deps.git
synced 2026-04-17 08:47:30 +00:00
master
Group of scripts for build macOS deps
Script build.sh is for manual run of build.
Should work for macOS 11 and newer.
Auto download of SDK is supported for macOS 11.3, 12.3, 13.3 and 14.5.
Install
If you downloaded build as tar.gz archive, extract it to
/Users/Shared/macos${osver}_arm64_deps, respective macos${osver}_x86_64_deps.
${osver} have to be replaced with corresponding number.
Common deps
Common deps libpng, gettext, freetype, gpm, libjep-turbo, joncpp, liboff,
libvorbis, luajit, zstd and sdl2 are downloaded and built
by functions in deps.sh script.
ANGLE
ANGLE is cloned and build by functions in angle.sh script.
License
Source code
BSD 2.0, see LICENSE file when license in not included in file header
Description
Scripts to build Luanti macOS dependencies (older macOS not supported by homebrew)
Languages
Shell
100%