]> mj.ucw.cz Git - pciutils.git/blobdiff - README.Windows
More Windows stuff.
[pciutils.git] / README.Windows
index 3eca690b1fac30208c451d83fde74100a0f7e0dc..7281f1c1ef2a6f9017332bc610acefd6c8cecc3b 100644 (file)
@@ -1,17 +1,5 @@
-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:
-
-lib/config.mk:
-
-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 instead of the automatically
+generated lib/config.h as lib/configure does not run on Windows.