summarylogtreecommitdiffstats
path: root/simutrans-svn.install
diff options
context:
space:
mode:
authorRoboron30422021-01-26 22:23:31 +0100
committerRoboron30422021-01-26 22:23:31 +0100
commit48c6357c6317ffffae30ac56dccb8e9c5576eb18 (patch)
tree9cc3d7e1f4ec049d8a64784d03a414d35eaecc0c /simutrans-svn.install
downloadaur-48c6357c6317ffffae30ac56dccb8e9c5576eb18.tar.gz
Initial commit
Diffstat (limited to 'simutrans-svn.install')
-rw-r--r--simutrans-svn.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/simutrans-svn.install b/simutrans-svn.install
new file mode 100644
index 000000000000..0f4dbe1a2827
--- /dev/null
+++ b/simutrans-svn.install
@@ -0,0 +1,6 @@
+post_install() {
+
+ echo "To play MIDI music, along with fluidsynth, you will need to install a soundfont and set SDL_SOUNDFONTS=/path/to/soundfont"
+ echo "For example, with soundfont-fluid: SDL_SOUNDFONTS=/usr/share/soundfonts/FluidR3_GM.sf2 simutrans"
+ echo "Check the wiki to get more info about fluidsynth https://wiki.archlinux.org/index.php/FluidSynth"
+}