Building - hoglet67/MMFS GitHub Wiki

Building MMFS is possible on several operating systems:

  • On Linux
  • On Windows 7 using the Git Bash shell
  • On Windows 10 using the Linux Bash shell

All dependent tools (BeebASM 1.04 and mmb_utils) are included in the tools/ directory.

To build, run the build.sh script. The results will be in the build/ directory.

To do a release build, run the release.sh script. The results will be in the releases/ directory.