• 1
    Step 1

    For build instructions you should visit doc folder in repository, there is file called build.md that contain all necessary information. But as project is cmake based, everything you have to do is basically this:

    git clone --recurse-submodules https://github.com/VladisM/m2tools.git
    cmake -S . -B build/ -DTARGET_ARCH=i8080
    cmake --build build/