summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2018-01-13 15:16:40 -0500
committerJakob L. Kreuze <jakob@memeware.net>2018-01-13 15:16:40 -0500
commit180b997b0eccd5eacff6fd2d73d1ec1af0a46a07 (patch)
tree861fdd2f37ef4b6a85e423f3e88cfe455cd7f167 /README.md
Initial commit.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
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
+```