INSTALL.md: List libpcre as a system dep
This commit is contained in:
parent
2c18660a3b
commit
704b0550f5
1 changed files with 2 additions and 1 deletions
|
@ -16,10 +16,11 @@ building, and let me know.
|
||||||
- PostgreSQL client library
|
- PostgreSQL client library
|
||||||
- ZLib
|
- ZLib
|
||||||
- libssl
|
- libssl
|
||||||
|
- libpcre
|
||||||
|
|
||||||
On Debian based distros, installation can be done like this:
|
On Debian based distros, installation can be done like this:
|
||||||
|
|
||||||
$ sudo apt install libpq-dev zlib1g-dev libssl-dev
|
$ sudo apt install libpq-dev zlib1g-dev libssl-dev libpcre3-dev
|
||||||
|
|
||||||
# (2) The Stack build tool
|
# (2) The Stack build tool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue