summaryrefslogtreecommitdiff
path: root/README.md
blob: 727f2d0e5ffb67f0ac5d4d0dca9210a2eb1531c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```