02bab6ed8729d6217338c011bb29df0da7fd5d6b
Reviewed-on: https://127.0.0.1:3000/TetrisNerd/jminos/pulls/2
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
Description