README.md: update requirements; prefer pkgconf.

This commit is contained in:
Juan RP 2019-12-28 11:55:11 +01:00
parent 6210955010
commit 34471902ed
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -57,8 +57,9 @@ Thanks to all who have contributed.
To build this you'll need: To build this you'll need:
- A C99 compiler (clang, gcc, pcc, tcc) - A C99 compiler (clang, gcc, pcc, tcc)
- A POSIX compatible shell
- [GNU make](https://www.gnu.org/software/make/) - [GNU make](https://www.gnu.org/software/make/)
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) - [pkgconf](http://pkgconf.org/)
- [zlib](https://www.zlib.net) - [zlib](https://www.zlib.net)
- [openssl < 1.1](https://www.openssl.org) or [libressl](https://www.libressl.org/) - [openssl < 1.1](https://www.openssl.org) or [libressl](https://www.libressl.org/)
- [libarchive >= 3.3.3](https://www.libarchive.org) with lz4 and zstd support. - [libarchive >= 3.3.3](https://www.libarchive.org) with lz4 and zstd support.