From d68dd1acda3ffb3ef3d41bc15bc4db8d8bd7235d Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Thu, 2 Apr 2015 14:39:16 -0700 Subject: [PATCH] Fix missing backslash in prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d80ad0964..21d7aefd0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install on a Debian or Ubuntu system, first install the prerequisites: ```sh sudo apt-get install autoconf automake libtool make g++ libboost-dev \ libboost-system-dev libboost-filesystem-dev libboost-thread-dev libxml2-dev \ - libgeos-dev libgeos++-dev libpq-dev libbz2-dev libproj-dev + libgeos-dev libgeos++-dev libpq-dev libbz2-dev libproj-dev \ protobuf-c-compiler libprotobuf-c0-dev lua5.2 liblua5.2-dev ```