update readme
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

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

View file

@ -60,7 +60,7 @@ c("Requirements");
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 MacOS environment with Cocoa (10.4 or above supported)");
l(" * A Unix-like environment with X11 for runtime.");
l("");
l(" To build Milsko for Windows, you must have one of following compilers:");
@ -106,8 +106,9 @@ l("1) Run `wmake -f WatMakefile'.");
h("D. MinGW-w64/GCC/Clang");
l("1) Determine if you need Vulkan and/or OpenGL.");
l("");
l("2) Run `./configure'.");
l(" For help, run `./configure --help'.");
l("2) Either:");
l(" a.) Run `./configure'. For help, run `./configure --help'.");
l(" b.) Use CMake; i.e. `cmake -B build`. (if contributing, name the build folder build as that's what's included in the .gitignore)");
l("");
l("3) Run `make'.");
l("");