mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[doc] build: Fix apt command overflowing page
This commit is contained in:
parent
a21e897bb5
commit
f53adc7a05
@ -116,16 +116,17 @@ Fetching with APT
|
||||
|
||||
You can fetch these dependencies with the following command:
|
||||
|
||||
``apt-get install binutils-dev cmake fonts-dejavu-core libfontconfig-dev
|
||||
gcc g++ pkg-config libegl-dev libgl-dev libgles-dev libspice-protocol-dev
|
||||
nettle-dev libx11-dev libxcursor-dev libxi-dev libxinerama-dev
|
||||
libxpresent-dev libxss-dev libxkbcommon-dev libwayland-dev wayland-protocols``
|
||||
.. code:: bash
|
||||
|
||||
apt-get install binutils-dev cmake fonts-dejavu-core libfontconfig-dev \
|
||||
gcc g++ pkg-config libegl-dev libgl-dev libgles-dev libspice-protocol-dev \
|
||||
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
|
||||
when running :ref:`cmake <client_building>`.
|
||||
(See :ref:`client_deps_may_be_disabled`)
|
||||
|
||||
|
||||
.. _client_building:
|
||||
|
||||
Building
|
||||
|
Loading…
Reference in New Issue
Block a user