Skip to content

Commit 778d47d

Browse files
committed
add missing zlib dependency in readme
1 parent 26783b5 commit 778d47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install on a Debian or Ubuntu system, first install the prerequisites:
5151
```sh
5252
sudo apt-get install autoconf automake libtool make g++ pkg-config libboost-dev \
5353
libboost-system-dev libboost-filesystem-dev libboost-thread-dev libexpat1-dev \
54-
libgeos-dev libgeos++-dev libpq-dev libbz2-dev libproj-dev \
54+
libgeos-dev libgeos++-dev libpq-dev libbz2-dev libproj-dev zlib1g-dev \
5555
protobuf-compiler libprotobuf-dev lua5.2 liblua5.2-dev
5656
```
5757

0 commit comments

Comments
 (0)