FDISK+Format Utility for MEGA65 (http://github.com/MEGA65)
- need something for
pngprepare
, ->sudo apt install libpng12-dev
- the 'cc65' toolchain is required, and by default this is taken care of in the Makefile.
Alternatively, you can supply your pre-builtcc65
binaries (see below at "CI").
make
will build (including init/update/build of submodule./cc65
)
For CI building, you may not want to build the cc65-submodule, but rather use a locally installed binary instead.
In that case, build with:
make USE_LOCAL_CC65=1