Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 339 Bytes

libuavs3d-build

build scripts for uavs3d

Installation

Swift Package Manager

Not work on macCatalyst platform

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

How to build

make build
# or build specified platforms 
make build platform=ios,macos
# or see help
make help