update to libpciacces 0.18.1 removes the autotools build system and add a simple make based one. The existing xenocara obj dir needs to be wiped before a make obj / make buildx

This commit is contained in:
purplerain 2024-05-18 01:06:01 +00:00
parent f60577aa63
commit 0c289f288c
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
43 changed files with 1418 additions and 10157 deletions

View file

@ -0,0 +1,25 @@
= libpciaccess support under Windows through WinIo and Cygwin =
== Platforms supported ==
The support should work on Windows NT/2000/XP/2003/Vista/7 and 2008 but has
only been tested on Windows 7, 32 bits
== Dependencies ==
This support depends of WinIo which allows direct I/O port and physical
memory access under Windows NT/2000/XP/2003/Vista/7 and 2008.
== How to install WinIo ? ==
First, you need to download WinIo from http://www.internals.com/. Then, you
have to copy WinIo32.dll and WinIo32.sys to the same directory as the
executables.
== TODO ==
Check and fix 64 bits support.
== Contact ==
If you have any problems, please send an email to samuel.pitoiset at gmail.com