From 63435b6e6e96b59b00cff31138603dadd1ec183a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Sun, 26 Dec 2021 22:30:19 +0100 Subject: [PATCH] README: Update information how to compile Windows port --- README.Windows | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.Windows b/README.Windows index e0a668c..68ca647 100644 --- a/README.Windows +++ b/README.Windows @@ -13,6 +13,13 @@ SeImpersonatePrivilege (Impersonate a client after authentication privilege) which is by default enabled for all local Administrators accounts. There is no special requirement for DOS-based systems. +To compile this port, run following command: + + make CROSS_COMPILE=i586-mingw32msvc- HOST=i386-windows ZLIB=no IDSDIR="" + +Sometimes compilation may fail due to broken or missing getopt implementation. +In this case try to compile with additional make option: COMPAT_GETOPT=yes + ================================================================================ BEWARE: The current implementation pokes I/O ports to access the PCI devices directly. This leads to several problems: some devices are invisible, extended -- 2.39.2