build.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. How to build MegaZeux 2.80+:
  2. First, you need the source for MZX, obviously, which can be found on
  3. http://www.digitalmzx.net/ and http://www.zeuxworld.com/
  4. (as of this writing. It should show up on megazeux.sourceforge.net
  5. eventually)
  6. Next, you need the correct libraries installed, which are the
  7. following:
  8. SDL: http://www.libsdl.org/
  9. libmodplug: http://prdownloads.sourceforge.net/modplug-xmms/
  10. gdm2s3m: http://mzx.bitpack.net/gdm2s3m-1.1.tar.gz
  11. (should also show up on other sites soon)
  12. NOTE: As of this writing, libmodplug (version 0.7) has a bug that
  13. doesn't allow it to correctly load 2-channel FT2 saved mods. There
  14. is a patch included to rectify this; you should patch libmodplug
  15. before building if you have this version.
  16. Now, you need GCC installed and GNU make to actually build. Currently,
  17. GCC on Windows and Linux are supported. Use Makefile.linux to build on
  18. Linux, and the vanilla Makefile to build on Windows. As of this writing,
  19. the only compiler that has been tested on Windows is mingw. I suggest
  20. anyone who's interested in building on Windows uses it:
  21. http://www.mingw.org/
  22. If you have any other questions, e-mail me at exophase@adelphia.net.