diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 +``` |