From 4d57671bf1bf4a0d9256ec1456b3b607e28d7cbf Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Sat, 16 Apr 2022 05:15:38 +0300 Subject: [PATCH] [doc] usage: Move client install instructions to install.rst --- doc/install.rst | 9 ++++++++- doc/usage.rst | 7 ------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index ca555484..e320d5fb 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -12,7 +12,14 @@ The Looking Glass Client receives frames from the :ref:`Host ` 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: diff --git a/doc/usage.rst b/doc/usage.rst index 77967cef..7bc720e4 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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: