Skip to content

Commit f7125d9

Browse files
authored
On Ubuntu, zlib1g (and the headers) are required
1 parent a8aafe3 commit f7125d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies installed:
2727
- [GNU zip (gzip)](http://www.zlib.net/) Allows GNU zipped RDF input
2828
files to be ingested, and allows GNU zipped HDT files to be loaded.
2929

30-
- `sudo apt install gzip` on Debian-based distros (e.g., Ubuntu)
30+
- `sudo apt install zlib1g zlib1g-dev` on Debian-based distros (e.g., Ubuntu)
3131
- `sudo dnf install gzip` on Red Hat-based distros (e.g., Fedora)
3232

3333
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)

0 commit comments

Comments
 (0)