From 8d1d4c8df7e07179e72195378bc41f4b060023bb Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Tue, 5 Nov 2013 10:53:34 +0100 Subject: [PATCH] Mention GDAL as dependency. See #5. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d31d77a..e9bb9dc9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ This repository provides a mechanism to generate [TopoJSON](https://github.com/m To generate the TopoJSON and GeoJSON files you need to install Node.js, either with the [official Node.js installer](http://nodejs.org/) or via [Homebrew](http://mxcl.github.io/homebrew/): brew install node + +You also need GDAL and the corresponding python-gdal library installed. Links to the binaries are in the [GDAL Wiki](http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries). On OS X you can also use Homebrew: + + brew install gdal To get started, clone this repository and run `make`.