From 231d81589bae04b3c9e5dce7de436de873500883 Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Mon, 2 Sep 2013 10:02:05 +0200 Subject: [PATCH] update links in README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index de7762f..ed9b07a 100644 --- a/README.md +++ b/README.md @@ -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