readme should mention wayland too oops
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-26 22:03:50 -07:00
commit af3f569b0a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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");