mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[doc] build: update dependencies for post-B4 changes
This commit is contained in:
parent
edf1e341da
commit
db0e03328c
@ -53,11 +53,11 @@ Required Dependencies
|
|||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
- cmake
|
- cmake
|
||||||
- gcc \| clang
|
- gcc, g++ \| clang
|
||||||
- fonts-freefont-ttf
|
|
||||||
- libegl-dev
|
- libegl-dev
|
||||||
- libgl-dev
|
- libgl-dev
|
||||||
- libfontconfig1-dev
|
- libgles-dev
|
||||||
|
- libfontconfig-dev
|
||||||
- libgmp-dev
|
- libgmp-dev
|
||||||
- libspice-protocol-dev
|
- libspice-protocol-dev
|
||||||
- make
|
- make
|
||||||
@ -88,10 +88,20 @@ feature is disabled when running :ref:`cmake <client_building>`.
|
|||||||
|
|
||||||
- Disable with ``cmake -DENABLE_WAYLAND=no ..``
|
- Disable with ``cmake -DENABLE_WAYLAND=no ..``
|
||||||
|
|
||||||
|
- libxkbcommon-dev
|
||||||
- libwayland-bin
|
- libwayland-bin
|
||||||
- libwayland-dev
|
- libwayland-dev
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
|
|
||||||
|
|
||||||
|
.. _client_deps_recommended:
|
||||||
|
|
||||||
|
Recommended
|
||||||
|
<<<<<<<<<<<
|
||||||
|
|
||||||
|
- fonts-dejavu-core (This is the default UI font, but a random font will
|
||||||
|
be chosen if not available).
|
||||||
|
|
||||||
.. _client_fetching_with_apt:
|
.. _client_fetching_with_apt:
|
||||||
|
|
||||||
Fetching with APT
|
Fetching with APT
|
||||||
@ -99,9 +109,10 @@ Fetching with APT
|
|||||||
|
|
||||||
You can fetch these dependencies with the following command:
|
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-dejavu-core libfontconfig-dev
|
||||||
libegl-dev libspice-protocol-dev nettle-dev libx11-dev libxcursor-dev libxi-dev
|
gcc g++ pkg-config libegl-dev libgl-dev libgles-dev libspice-protocol-dev
|
||||||
libxinerama-dev libxpresent-dev libxss-dev libwayland-dev wayland-protocols``
|
nettle-dev libx11-dev libxcursor-dev libxi-dev libxinerama-dev
|
||||||
|
libxpresent-dev libxss-dev libxkbcommon-dev libwayland-dev wayland-protocols``
|
||||||
|
|
||||||
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