Install compiler dependencies
brew install automake autoconf libtool libxml2 pkg-config
brew link libxml2
Build libspatialite
| #!/usr/bin/env python | |
| import sqlite3 as sqlite | |
| import os | |
| import sys | |
| import time | |
| # Extracts an mbtiles database into a pyramid structure | |
| if len(sys.argv) != 2: |