]> mj.ucw.cz Git - pciutils.git/blob - README.Windows
Merged more PCI Express updates.
[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 ARCH_I386=1
8 HAVE_PM_INTEL_CONF=1 
9 OS_WINDOWS=1 
10
11 lib/config.h:
12
13 #define ARCH_I386
14 #define OS_WINDOWS
15 #define HAVE_PM_INTEL_CONF
16 #define PATH_PCI_IDS "pci.ids"
17 #define PCILIB_VERSION "2.1.99-test5"