moltenvk-build

March 9, 2026 ยท View on GitHub

GitHub Release license

build scripts for moltenvk

This is a component of the MPVKit project. Build automation is shared via mpvkit/BuildShared.

Installation

Swift Package Manager

https://github.com/mpvkit/moltenvk-build.git

How to build

make build
# specified platforms (ios,macos,tvos,tvsimulator,isimulator,maccatalyst,xros,xrsimulator)
make build platform=ios,macos
# build GPL version
make build enable-gpl
# clean all build temp files and cache
make clean
# see help
make help