aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-04 23:44:11 +0200
committerSven Gothel <[email protected]>2023-05-04 23:44:11 +0200
commit87efed733520fe3d3da2d120b6c68139d2d3d703 (patch)
treeada87f77b8f91b6e1087c5b42ca3372860756a9d
parentb83ed843310f74655493ceefb2ee0e5420d1fe28 (diff)
README: Linux: Add libsndio-dev for SndIO (linked)
-rw-r--r--README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 14c0873..f330153 100644
--- a/README.txt
+++ b/README.txt
@@ -47,10 +47,11 @@ Additionally the following packages and tools have been used:
* Linux:
-- cmake
- -- OpenAL Soft: OpenAL: ALSA, OSS, PulseAudio, WaveFile, Null
+ -- OpenAL Soft: OpenAL: PulseAudio, ALSA, OSS, SndIO (linked), WaveFile, Null
apt-get install cmake autoconf \
libpulse-dev libpulse0:amd64 libpulse0:i386 pulseaudio \
+ libsndio-dev \
libasound2-dev libasound2:amd64 libasound2:i386
* OSX