Skip to content

Commit

Permalink
Mention GDAL as dependency. See #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jstcki committed Nov 5, 2013
1 parent 51094a5 commit 8d1d4c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 8d1d4c8

Please sign in to comment.