X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=README;h=1a981c299e2da5b7b17de690854f9619175aaba0;hb=fe0df5d38149ae4303300eb429dd501a8bd7da3b;hp=d50c9ffbafaeef2c65f753db739d31d8a9349bdf;hpb=310a33cf1ae9059d78e05d47b877a1935ffac823;p=pciutils.git diff --git a/README b/README index d50c9ff..1a981c2 100644 --- a/README +++ b/README @@ -1,11 +1,14 @@ This package contains the PCI Utilities, version @VERSION@. -Copyright (c) 1997--2018 Martin Mares +Copyright (c) 1997--2022 Martin Mares 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 (at your opinion) any newer version. See https://www.gnu.org/ for details. +The author wants to clarify that he does not consider programs which link +dynamically to the libpci to be derived works of the library. + 1. What's that? ~~~~~~~~~~~~~~~ @@ -22,7 +25,7 @@ In runs on the following systems: Solaris/i386 (direct port access) Aix (via /dev/pci and odmget) GNU Hurd (direct port access) - Windows (direct port access, see README.Windows for caveats) + Windows (via cfgmgr32 or direct port access, see README.Windows for caveats) CYGWIN (direct port access) BeOS (via syscalls) Haiku (via /dev/misc/poke) @@ -49,7 +52,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