I am trying to compile the Mapbox GL offline tool (mbgl-offline) on Linux to generate a database with offline data for a specific region.
Steps followed as posted in github repository to compile the offline tool on Linux but it failed:
- git clone --recurse-submodules https://github.com/mapbox/mapbox-gl-native.git
- cd mapbox-gl-native
- make offline (i tried also make mbgl-offline)
- compilation failed: Error message: make: *** No rule to make target 'offline'. Stop.
Any idea what is going wrong with compilation of the tool ?