aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2021-12-27 01:10:21 +0100
committerMartin Mares <mj@ucw.cz>2021-12-27 01:10:21 +0100
commitf7f2966bc980f50b489397c4cfbefe3958cc51e9 (patch)
tree38f811e1e6535ee0e8accfe2a0285fb24ac7ed67
parent2a7d585d7d5268bb4b863e6aefe0999a0ecdc329 (diff)
downloadpciutils-f7f2966bc980f50b489397c4cfbefe3958cc51e9.tar.gz
README: Add a note on C99
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
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