aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-05 00:09:04 +0200
committerSven Gothel <[email protected]>2023-05-05 00:09:04 +0200
commit9bd7a5f625b6971b8fa888bbe09b62cfad28919c (patch)
tree45583151b1f154ec3ccd47c43ac53c5267a1bcad /README.txt
parent87efed733520fe3d3da2d120b6c68139d2d3d703 (diff)
README.txt: Linux: Add libpipewire-0.3-dev for PipeWire
On Debian 11 Bullseye: Use bullseye-backports `apt -t bullseye-backports install libpipewire-0.3-dev` to have libpipewire-0.3>=0.3.23, i.e. version 0.3.65.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index f330153..e88e8c8 100644
--- a/README.txt
+++ b/README.txt
@@ -47,13 +47,17 @@ Additionally the following packages and tools have been used:
* Linux:
-- cmake
- -- OpenAL Soft: OpenAL: PulseAudio, ALSA, OSS, SndIO (linked), WaveFile, Null
+ -- OpenAL Soft: OpenAL: PipeWire, PulseAudio, ALSA, OSS, SndIO (linked), WaveFile, Null
apt-get install cmake autoconf \
+ libpipewire-0.3-dev \
libpulse-dev libpulse0:amd64 libpulse0:i386 pulseaudio \
libsndio-dev \
libasound2-dev libasound2:amd64 libasound2:i386
+ On Debian 11 Bullseye, use bullseye-backports `apt -t bullseye-backports install libpipewire-0.3-dev`
+ to have libpipewire-0.3>=0.3.23, i.e. version 0.3.65.
+
* OSX
-- OSX 10.2 or later
-- OSX Developer Tools Xcode