From e5edf7a5a1e3fe5e454469539ba0034ad9e20f52 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Sat, 20 Aug 2022 23:42:41 +0200 Subject: [PATCH] Clarify ezstream build dependencies --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 717ce04..ee18ce1 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,17 @@ Ezstream optionally uses: Building ezstream depends on: - [check](https://libcheck.github.io/check) unit testing framework for C + - [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) or + compatible replacements + - [GNU make](https://www.gnu.org/software/make/) in case the system make(1) + does not work + +Developers of ezstream also need: + + - [gettext](https://www.gnu.org/software/gettext/) + - [autoconf](https://www.gnu.org/software/autoconf/) version 2.69 + - [automake](https://www.gnu.org/software/automake/) + - [libtool](https://www.gnu.org/software/libtool/) # Installation @@ -73,7 +84,7 @@ If needed, verbose configuration error messages can be found in the `config.log` file. When working on a fresh checkout from source control, the `autogen.sh` script -must be run first. It requires automake, autoconf, libtool, and gettext. +must be run first. # Usage