From b3ff883aed9c00b1f5166cb0c724a84525fcf567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 6 May 2014 22:54:08 +0200 Subject: [PATCH] README.md: add dependency protobuf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c9287..a6280b2 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ You need [Go >=1.1](http://golang.org). #### C/C++ libraries -Other dependencies are [libleveldb][], [libgeos][] and [libsqlite3][]. +Other dependencies are [libleveldb][], [libgeos][], [protobuf][] 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.