An open API service indexing awesome lists of open source software.

https://github.com/tilemill-project/tilemill-win-launcher

Windows C++ exe designed to launch a TileMill node process
https://github.com/tilemill-project/tilemill-win-launcher

Last synced: about 1 year ago
JSON representation

Windows C++ exe designed to launch a TileMill node process

Awesome Lists containing this project

README

          

# tilemill-win-launcher

Simple exe to launch TileMill.

Catches and displays errors in native Windows modal dialogs.

## Requires

* gyp/python
* Visual Studio 2010

## Usage

Create a top level directory to hold TileMill and this project.

mkdir tilemill-build

Checkout Tilemill and build it:

git clone https://github.com/mapbox/tilemill
# see platforms/windows/README.md for instructions

Checkout this project into a subdirectory and compile:

git clone https://github.com/mapbox/tilemill-win-launcher
cd tilemill-win-launcher
vcbuild

Test the launcher:

cd ..\
TileMill.exe