summaryrefslogtreecommitdiff
path: root/README.Windows
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-08-13 20:54:43 +0000
committerMartin Mares <mj@ucw.cz>2006-05-05 14:18:25 +0200
commitee7d83845f73a71988e3b847fef2d04b07a9aebd (patch)
tree7509f0ebb533ac3ade230ef3ee26317539d45b11 /README.Windows
parent489233b45bc68e94b2d065f696ed22bc6e6eec02 (diff)
downloadpciutils-ee7d83845f73a71988e3b847fef2d04b07a9aebd.tar.gz
Added more parts of the Windows port.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-61
Diffstat (limited to 'README.Windows')
-rw-r--r--README.Windows20
1 files changed, 4 insertions, 16 deletions
diff --git a/README.Windows b/README.Windows
index 81b41f3..7281f1c 100644
--- a/README.Windows
+++ b/README.Windows
@@ -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:
-
-PCI_ARCH_I386=1
-PCI_HAVE_PM_INTEL_CONF=1
-PCI_OS_WINDOWS=1
-
-lib/config.h:
-
-#define PCI_ARCH_I386
-#define PCI_OS_WINDOWS
-#define PCI_HAVE_PM_INTEL_CONF
-#define PCI_PATH_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.