Files
jminos/README.md
2025-03-22 10:02:35 +01:00

23 lines
354 B
Markdown

# jminos
## Manual build and run
You need to install xmake and have a compiler with c++20 compatibility
### Build the project
``cd jminos``
``xmake``
If you need to change the toolchain (for example using gcc):
``xmake f --toolchain=gcc``
### Run the project
Graphical version:
``xmake run graph``
Command line version:
``xmake run text``