summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2017-01-08 14:16:19 -0500
committerRyan C. Gordon <icculus@icculus.org>2017-01-08 14:16:19 -0500
commitab659c94968d85b21125677818388408f6eb3183 (patch)
treef7339ff7ac186d975074deeb6f3be9bd2bd5243d /docs
parenta07398ca9af3666aeadf714ca994a671e530c4c8 (diff)
downloadsdl-ab659c94968d85b21125677818388408f6eb3183.tar.gz
README-linux: added notes about libsamplerate.
Diffstat (limited to 'docs')
-rw-r--r--docs/README-linux.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/README-linux.md b/docs/README-linux.md
index 30c5efcf9..431b51b01 100644
--- a/docs/README-linux.md
+++ b/docs/README-linux.md
@@ -20,7 +20,7 @@ libtool libasound2-dev libpulse-dev libaudio-dev libx11-dev libxext-dev \
libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libxxf86vm-dev \
libxss-dev libgl1-mesa-dev libesd0-dev libdbus-1-dev libudev-dev \
libgles1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libibus-1.0-dev \
-fcitx-libs-dev
+fcitx-libs-dev libsamplerate0-dev
Ubuntu 16.04 can also add "libwayland-dev libxkbcommon-dev wayland-protocols"
to that command line for Wayland support.
@@ -31,6 +31,10 @@ line for Mir support.
NOTES:
- This includes all the audio targets except arts, because Ubuntu pulled the
artsc0-dev package, but in theory SDL still supports it.
+- libsamplerate0-dev lets SDL optionally link to libresamplerate at runtime
+ for higher-quality audio resampling. SDL will work without it if the library
+ is missing, so it's safe to build in support even if the end user doesn't
+ have this library installed.
- DirectFB isn't included because the configure script (currently) fails to find
it at all. You can do "sudo apt-get install libdirectfb-dev" and fix the
configure script to include DirectFB support. Send patches. :)