mapbox / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
2.73k stars 432 forks source link

Installation on Windows with Ubuntu Subsytem #910

Closed bkavlak closed 3 years ago

bkavlak commented 3 years ago

In case someone needs to run on WSL2, there are three dependencies that need to be installed before the tippecanoe installation:

sudo apt-get install g++
sudo apt-get install libsqlite3-dev
sudo apt-get install libz-dev