README 716 B

123456789101112131415161718192021222324252627282930313233
  1. PREPARATION
  2. You need to extract the following additional libraries here:
  3. - ndsScreens (source packaged with MZX)
  4. If you can't find the require versions online, or can't build them, you
  5. can use the prebuilts available from:
  6. scripts/deps/nds.zip
  7. You need to build or install the devkitARM toolchain.
  8. CONFIGURING
  9. See CONFIG.NDS for an optimal `config.sh' configure line. You need
  10. to ensure DEVKITPRO and DEVKITARM are both defined and valid.
  11. BUILDING
  12. For the moment, you need to build with:
  13. make package
  14. This will emit a "mzxgit.nds" which you should know how to launch.
  15. PACKAGING THE BUILD
  16. You can then use the usual "make archive" to build a
  17. build/dist/nds/mzxgit-nds.zip file for distribution.
  18. --ajs