]> mj.ucw.cz Git - pciutils.git/blob - README.Windows
81b41f385bb6ca78f52e6065356bb758f7a2ddfd
[pciutils.git] / README.Windows
1 Since 2.1.99-test5, pciutils should also be compilable on Windows.
2
3 However, you need to configure the package manually:
4
5 lib/config.mk:
6
7 PCI_ARCH_I386=1
8 PCI_HAVE_PM_INTEL_CONF=1 
9 PCI_OS_WINDOWS=1 
10
11 lib/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"