Skip to content

Commit d91f599

Browse files
Merge pull request #187 from bjonnh/patch-1
On Ubuntu, zlib1g (and the headers) are required
2 parents 64e15a5 + f7125d9 commit d91f599

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)