xref: /pciutils/README.Windows (revision 489233b4)
1Since 2.1.99-test5, pciutils should also be compilable on Windows.
2
3However, you need to configure the package manually:
4
5lib/config.mk:
6
7PCI_ARCH_I386=1
8PCI_HAVE_PM_INTEL_CONF=1
9PCI_OS_WINDOWS=1
10
11lib/config.h:
12
13#define PCI_ARCH_I386
14#define PCI_OS_WINDOWS
15#define PCI_HAVE_PM_INTEL_CONF
16#define PCI_PATH_IDS "pci.ids"
17#define PCILIB_VERSION "2.1.99-test5"
18