mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[doc] build: add missing audio dependencies
This commit is contained in:
parent
a560a610d9
commit
d0b3c09456
@ -110,10 +110,12 @@ feature is disabled when running :ref:`cmake <client_building>`.
|
|||||||
- Disable with ``cmake -DENABLE_PIPEWIRE=no ..``
|
- Disable with ``cmake -DENABLE_PIPEWIRE=no ..``
|
||||||
|
|
||||||
- libpipewire-0.3-dev
|
- libpipewire-0.3-dev
|
||||||
|
- libsamplerate0-dev
|
||||||
|
|
||||||
- Disable with ``cmake -DENABLE_PULSEAUDIO=no ..``
|
- Disable with ``cmake -DENABLE_PULSEAUDIO=no ..``
|
||||||
|
|
||||||
- libpulse-dev
|
- libpulse-dev
|
||||||
|
- libsamplerate0-dev
|
||||||
|
|
||||||
.. _client_deps_recommended:
|
.. _client_deps_recommended:
|
||||||
|
|
||||||
@ -135,7 +137,8 @@ You can fetch these dependencies with the following command:
|
|||||||
apt-get install binutils-dev cmake fonts-dejavu-core libfontconfig-dev \
|
apt-get install binutils-dev cmake fonts-dejavu-core libfontconfig-dev \
|
||||||
gcc g++ pkg-config libegl-dev libgl-dev libgles-dev libspice-protocol-dev \
|
gcc g++ pkg-config libegl-dev libgl-dev libgles-dev libspice-protocol-dev \
|
||||||
nettle-dev libx11-dev libxcursor-dev libxi-dev libxinerama-dev \
|
nettle-dev libx11-dev libxcursor-dev libxi-dev libxinerama-dev \
|
||||||
libxpresent-dev libxss-dev libxkbcommon-dev libwayland-dev wayland-protocols
|
libxpresent-dev libxss-dev libxkbcommon-dev libwayland-dev wayland-protocols \
|
||||||
|
libpipewire-0.3-dev libpulse-dev libsamplerate0-dev
|
||||||
|
|
||||||
You may omit some dependencies, if you disable the feature which requires them
|
You may omit some dependencies, if you disable the feature which requires them
|
||||||
when running :ref:`cmake <client_building>`.
|
when running :ref:`cmake <client_building>`.
|
||||||
|
Loading…
Reference in New Issue
Block a user