From 8cb23f31b6973ba90bf0dc23ffbac73c7ec0bdce Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 26 Jun 2023 20:21:40 +0100 Subject: Infra work for the audio --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5ac2731..7ca35c4 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,14 @@ Development: - GNU Make - DJGPP C (using GCC 12.1.0; other may work) +- [libmikmod](https://mikmod.sourceforge.net/) - DOSBOX - tools: Python 3 and PIL (or Pillow) library For DJGPP I recommend cross-compilation using [build-djgpp](https://github.com/andrewwutw/build-djgpp/). +Set `LIBMIKMOD_BASE` env variable to your libmikmod sourceis with the DOS library compiled and ready to use. + You can build the game with `make` and run it in DOSBOX with `make run`. ## Author -- cgit v1.2.3