]> mj.ucw.cz Git - pciutils.git/blobdiff - README
Makefile: don't hardcode gcc
[pciutils.git] / README
diff --git a/README b/README
index d50c9ffbafaeef2c65f753db739d31d8a9349bdf..abcdc8a80d6f07b74a9295b7594454435aa64654 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This package contains the PCI Utilities, version @VERSION@.
 
-Copyright (c) 1997--2018 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2020 Martin Mares <mj@ucw.cz>
 
 All files in this package can be freely distributed and used according
 to the terms of the GNU General Public License, either version 2 or
@@ -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