From: Martin Mares Date: Mon, 27 Dec 2021 00:10:21 +0000 (+0100) Subject: README: Add a note on C99 X-Git-Tag: v3.8.0~73 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f7f2966bc980f50b489397c4cfbefe3958cc51e9;p=pciutils.git README: Add a note on C99 --- 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