mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 13:19:23 +00:00
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
26 lines
691 B
Plaintext
26 lines
691 B
Plaintext
= 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
|