mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[doc] usage: Move client install instructions to install.rst
This commit is contained in:
parent
30780ce445
commit
4d57671bf1
@ -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
|
||||
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:
|
||||
|
||||
|
@ -6,16 +6,9 @@ Usage
|
||||
The client command is the binary file: **looking-glass-client**. This
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user