mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-25 06:00:13 +00:00
[doc] update and restructure installation documentation
This commit is contained in:
22
doc/install_client.rst
Normal file
22
doc/install_client.rst
Normal file
@@ -0,0 +1,22 @@
|
||||
.. _installing_client:
|
||||
|
||||
Client Application Installation
|
||||
###############################
|
||||
|
||||
.. _client_install:
|
||||
|
||||
For Linux
|
||||
---------
|
||||
|
||||
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, 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
|
||||
Reference in New Issue
Block a user