Steven Clark
Steven Clark

Reputation: 65

MapBox GL built Xcode project from makefile

I use MapBox GL Native in my project (https://github.com/mapbox/mapbox-gl-native). I was forced to make changes to the source code. Now I need to build a library for iOS in Xxode from Makefile. How can I do that?

Upvotes: 2

Views: 83

Answers (1)

picciano
picciano

Reputation: 22701

There is a Makefile included with the git repository.

Just type make ipackage from your console.

Upvotes: 2

Related Questions