mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[doc] build: Revise client build dependencies for B4
This commit is contained in:
parent
48ae5c69f4
commit
4658244686
@ -59,14 +59,12 @@ Required Dependencies
|
|||||||
- libgl-dev
|
- libgl-dev
|
||||||
- libfontconfig1-dev
|
- libfontconfig1-dev
|
||||||
- libgmp-dev
|
- libgmp-dev
|
||||||
- libsdl2-dev
|
|
||||||
- libsdl2-ttf-dev
|
|
||||||
- libspice-protocol-dev
|
- libspice-protocol-dev
|
||||||
- make
|
- make
|
||||||
- nettle-dev
|
- nettle-dev
|
||||||
- pkg-config
|
- pkg-config
|
||||||
|
|
||||||
.. _may_be_disabled:
|
.. _client_deps_may_be_disabled:
|
||||||
|
|
||||||
May be disabled
|
May be disabled
|
||||||
<<<<<<<<<<<<<<<
|
<<<<<<<<<<<<<<<
|
||||||
@ -83,6 +81,7 @@ feature is disabled when running :ref:`cmake <client_building>`.
|
|||||||
- libx11-dev
|
- libx11-dev
|
||||||
- libxfixes-dev
|
- libxfixes-dev
|
||||||
- libxi-dev
|
- libxi-dev
|
||||||
|
- libxinerama-dev
|
||||||
- libxss-dev
|
- libxss-dev
|
||||||
|
|
||||||
- Disable with ``cmake -DENABLE_WAYLAND=no ..``
|
- Disable with ``cmake -DENABLE_WAYLAND=no ..``
|
||||||
@ -91,11 +90,33 @@ feature is disabled when running :ref:`cmake <client_building>`.
|
|||||||
- libwayland-dev
|
- libwayland-dev
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
|
|
||||||
You can fetch these dependencies on Debian systems with the following command:
|
.. _client_deps_deprecated:
|
||||||
|
|
||||||
|
Deprecated
|
||||||
|
<<<<<<<<<<
|
||||||
|
|
||||||
|
These dependencies may be used, but are not required, and will be removed
|
||||||
|
in the future.
|
||||||
|
|
||||||
|
- Enable with ``cmake -DENABLE_SDL=yes ..``
|
||||||
|
|
||||||
|
- libsdl2-dev
|
||||||
|
- libsdl2-ttf-dev
|
||||||
|
|
||||||
|
.. _client_fetching_with_apt:
|
||||||
|
|
||||||
|
Fetching with APT
|
||||||
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
You can fetch these dependencies with the following command:
|
||||||
|
|
||||||
``apt-get install binutils-dev cmake fonts-freefont-ttf libfontconfig1-dev
|
``apt-get install binutils-dev cmake fonts-freefont-ttf libfontconfig1-dev
|
||||||
libsdl2-dev libsdl2-ttf-dev libspice-protocol-dev libx11-dev nettle-dev
|
libegl-dev libspice-protocol-dev nettle-dev libx11-dev libxi-dev libxinerama-dev
|
||||||
wayland-protocols``
|
libxss-dev libwayland-dev wayland-protocols``
|
||||||
|
|
||||||
|
You may omit some dependencies, if you disable the feature which requires them
|
||||||
|
when running :ref:`cmake <client_building>`.
|
||||||
|
(See :ref:`client_deps_may_be_disabled`)
|
||||||
|
|
||||||
|
|
||||||
.. _client_building:
|
.. _client_building:
|
||||||
|
Loading…
Reference in New Issue
Block a user