From 46a9579c43a879a7372fe50409d6874379fb42db Mon Sep 17 00:00:00 2001 From: 3DPrintScanner <1988anthonythomas@gmail.com> Date: Sat, 4 May 2019 15:28:30 +0100 Subject: [PATCH] Update for protobuf version range, breaks with v3 protobuf --- doc/en/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/docs/installation.md b/doc/en/docs/installation.md index 70da2f809f..00487421a9 100644 --- a/doc/en/docs/installation.md +++ b/doc/en/docs/installation.md @@ -96,7 +96,7 @@ for the instructions of installing them on Ubuntu 16.04. * cmake (>=2.8) * gcc (>=4.8.1) -* google protobuf (>=2.5) +* google protobuf (>=2.5 <3.0) * blas (tested with openblas >=0.2.10) * swig(>=3.0.10) for compiling PySINGA * numpy(>=1.11.0) for compiling PySINGA