From af3f569b0a85f192640e707f7ac6b11476e7f54d Mon Sep 17 00:00:00 2001 From: IoIxD Date: Sun, 26 Apr 2026 22:03:50 -0700 Subject: [PATCH] readme should mention wayland too oops --- README.txt | 2 +- tools/readme.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 2bf543d..1650acf 100644 --- a/README.txt +++ b/README.txt @@ -8,7 +8,7 @@ distributions and building instructions for Milsko GUI Toolkit. Milsko requires either * A Windows environment with GDI (so anything NT or 9x) - * A Unix-like environment with X11 for runtime. + * A Unix-like environment with Wayland and/or X11 for runtime. To build Milsko for Windows, you must have one of following compilers: * Visual C++ 6.0 or newer diff --git a/tools/readme.pl b/tools/readme.pl index eab9cd6..182b010 100755 --- a/tools/readme.pl +++ b/tools/readme.pl @@ -61,7 +61,7 @@ l(""); l(" Milsko requires either"); l(" * A Windows environment with GDI (so anything NT or 9x)"); #l(" * A MacOS environment with Cocoa (10.4 or above supported)"); -l(" * A Unix-like environment with X11 for runtime."); +l(" * A Unix-like environment with Wayland and/or X11 for runtime."); l(""); l(" To build Milsko for Windows, you must have one of following compilers:"); l(" * Visual C++ 6.0 or newer");