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
- Host: GitHub
- URL: https://github.com/tilemill-project/tilemill-win-launcher
- Owner: tilemill-project
- Created: 2012-03-13T22:12:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T19:44:04.000Z (about 12 years ago)
- Last Synced: 2025-05-29T14:23:23.888Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 644 KB
- Stars: 4
- Watchers: 58
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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