Files
editor/README.md
lukasmartinelli 8b722fc967 Add Makefile
2016-09-27 10:59:56 +02:00

439 B

Maputnik Desktop

A Golang based cross platform executable for integrating Maputnik locally.

Build

Clone the repository recursively since the Maputnik editor is embedded as submodule.

git clone --recursive git@github.com:maputnik/desktop.git

Run make to build the app distribution bundle and create the maputnik binary embedding the editor.

make

You should now find the maputnik binary in your directory.