Skip to content

Commit

Permalink
Add zlib to prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and timopollmeier committed Oct 5, 2023
1 parent 1de40c3 commit 6e46218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Prerequisites:
* libmicrohttpd >= 0.9.0
* pkg-config
* gcc
* zlib >= 1.2

Prerequisites for building documentation:
* Doxygen
Expand All @@ -72,7 +73,7 @@ Prerequisites for building documentation:
Install prerequisites on Debian GNU/Linux:

```bash
apt-get install libmicrohttpd-dev libxml2-dev
apt-get install libmicrohttpd-dev libxml2-dev zlib1g-dev
```

### Compiling
Expand Down

0 comments on commit 6e46218

Please sign in to comment.