update links in README

master
Oliver Tonnhofer 2013-09-02 10:02:05 +02:00
parent 13ed864ca9
commit 231d81589b
1 changed files with 8 additions and 5 deletions

View File

@ -110,14 +110,17 @@ You need [Go >=1.1](http://golang.org).
#### C/C++ libraries
Other dependencies are [libleveldb][], [libgeos][], [libgdal][] and [libsqlite3][].
Other dependencies are [libleveldb][], [libgeos][], [libgdal with OGR][libgdal] and [libsqlite3][].
Imposm 3 was tested with recent versions of these libraries, but you might succeed with older versions.
GEOS >=3.2 is recommended, since it became much more robust when handling invalid geometries.
For best performance use [HyperLevelDB][libhyperleveldb] as an in-place replacement for libleveldb.
[libleveldb]:
[libgeos]:
[libgdal]:
[libsqlite3]:
[libleveldb]: https://code.google.com/p/leveldb/
[libhyperleveldb]: https://github.com/rescrv/HyperLevelDB
[libgeos]: http://trac.osgeo.org/geos/
[libgdal]: http://www.gdal.org/
[libsqlite3]: http://www.sqlite.org/
#### Go libraries