mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-26 07:23:40 +00:00
[doc] install: Convert bootleg notes into true notes
This commit is contained in:
parent
9d910ec37e
commit
e5869942ca
@ -80,8 +80,10 @@ Page <https://looking-glass.io/downloads>`_
|
|||||||
|
|
||||||
Or pull the lastest **bleeding-edge version** using the **git** command.
|
Or pull the lastest **bleeding-edge version** using the **git** command.
|
||||||
|
|
||||||
**Note: If you are using the latest bleeding-edge from the master branch
|
.. note::
|
||||||
you MUST download/use the corresponding host application**
|
|
||||||
|
If you are using the latest bleeding-edge from the master branch
|
||||||
|
you MUST download/use the corresponding host application
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
@ -103,7 +105,13 @@ cd into the 'LookingGlass' directory.
|
|||||||
cmake ../
|
cmake ../
|
||||||
make
|
make
|
||||||
|
|
||||||
NOTE: The most common compile error is related to backtrace support. This can be disabled by adding the following option to the cmake command: **-DENABLE_BACKTRACE=0**, however, if you disable this and need support for a crash please be sure to use gdb to obtain a backtrace manually or there is nothing that can be done to help you.
|
.. note::
|
||||||
|
|
||||||
|
The most common compile error is related to backtrace support. This can be
|
||||||
|
disabled by adding the following option to the cmake command:
|
||||||
|
**-DENABLE_BACKTRACE=0**, however, if you disable this and need support for a
|
||||||
|
crash please be sure to use gdb to obtain a backtrace manually or there is
|
||||||
|
nothing that can be done to help you.
|
||||||
|
|
||||||
Should this all go well you should be left with the file
|
Should this all go well you should be left with the file
|
||||||
**looking-glass-client**. Before you run the client you will first need
|
**looking-glass-client**. Before you run the client you will first need
|
||||||
|
Loading…
Reference in New Issue
Block a user