[doc] usage: Move client install instructions to install.rst

This commit is contained in:
Jonathan Rubenstein 2022-04-16 05:15:38 +03:00 committed by Geoffrey McRae
parent 30780ce445
commit 4d57671bf1
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,14 @@ The Looking Glass Client receives frames from the :ref:`Host <host_install>` to
display on your screen. It also handles input, and can optionally share the display on your screen. It also handles input, and can optionally share the
system clipboard with your guest OS through Spice. system clipboard with your guest OS through Spice.
First you must build the client from source code, see :ref:`building`. First you must build the client from source, see :ref:`building`. Once you have
built the client, you can install it. Run the following as root::
make install
To install for the local user only, run::
cmake -DCMAKE_INSTALL_PREFIX=~/.local .. && make install
.. _client_libvirt_configuration: .. _client_libvirt_configuration:

View File

@ -6,16 +6,9 @@ Usage
The client command is the binary file: **looking-glass-client**. This The client command is the binary file: **looking-glass-client**. This
command should run after the Windows Host Application has started. command should run after the Windows Host Application has started.
You may run the client directly from the build directory. Alternatively, to
install the client for all users, you can run
::
make install
To install for the local user only, run
::
cmake -DCMAKE_INSTALL_PREFIX=~/.local .. && make install
.. _client_key_bindings: .. _client_key_bindings: