From f7f2966bc980f50b489397c4cfbefe3958cc51e9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 27 Dec 2021 01:10:21 +0100 Subject: [PATCH] README: Add a note on C99 --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 28a23b1..abcdc8a 100644 --- a/README +++ b/README @@ -49,7 +49,8 @@ The utilities include: (See manual pages for more details) 2. Compiling and (un)installing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Just run "make" to compile the package and then "make install" to install it. -Please note that GNU make is needed on most platforms. +Please note that a C compiler supporting the C99 standard is required. +Also, GNU make is needed on most platforms. If you want to change the default installation location, please override the PREFIX variable specified in the Makefile -- e.g., you can use -- 2.39.2