From 180b997b0eccd5eacff6fd2d73d1ec1af0a46a07 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 13 Jan 2018 15:16:40 -0500 Subject: Initial commit. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..727f2d0 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Duke on Fluidsynth + +This is a patchset I wrote for eduke32 that replaces the SDL2_Mixer backend, +since its MIDI playback didn't work on my machine. + +I should probably implement this as some sort of SVN patch, since right now the +patching script merely copies my source files into the tree. + +Also, this was only tested on the latest SVN checkout (r6576). It _might_ work +on the stable releases, but I don't know for sure. + +# Installation + +``` +$ python patch.py /path/to/eduke32/source/tree +``` -- cgit v1.3