X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README.Windows;h=7a85fdaa3ef3a86f2ecb8731798a58aeff28438d;hb=refs%2Ftags%2Fv3.1.7;hp=3eca690b1fac30208c451d83fde74100a0f7e0dc;hpb=c0eece922a8c2c351a64ffd184e27c53dacfbe9e;p=pciutils.git diff --git a/README.Windows b/README.Windows index 3eca690..7a85fda 100644 --- a/README.Windows +++ b/README.Windows @@ -1,17 +1,11 @@ -Since 2.1.99-test5, pciutils should also be compilable on Windows. +Since 2.1.99-test5, pciutils should also be compilable on Windows. Thanks +to Alexander Stock for contributing the port. -However, you need to configure the package manually: +Updated after version 2.2.6 to compile again, and with MinGW, even (only?) +cross-compiling. (Hopefully it works with MSVC too.) -lib/config.mk: +To use this port, you need to install WinIO.dll first. You can get it +from http://www.internals.com/. -ARCH_I386=1 -HAVE_PM_INTEL_CONF=1 -OS_WINDOWS=1 - -lib/config.h: - -#define ARCH_I386 -#define OS_WINDOWS -#define HAVE_PM_INTEL_CONF -#define PATH_PCI_IDS "pci.ids" -#define PCILIB_VERSION "2.1.99-test5" +However, you need to use win32/config.{h,mk} instead of the automatically +generated lib/config.{h,mk} as lib/configure does not run on Windows.