diff options
author | Sven Gothel <[email protected]> | 2023-05-04 23:44:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-04 23:44:11 +0200 |
commit | 87efed733520fe3d3da2d120b6c68139d2d3d703 (patch) | |
tree | ada87f77b8f91b6e1087c5b42ca3372860756a9d | |
parent | b83ed843310f74655493ceefb2ee0e5420d1fe28 (diff) |
README: Linux: Add libsndio-dev for SndIO (linked)
-rw-r--r-- | README.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |