From e5869942ca7c6a8d1fd282395a5b19211e2b411b Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Tue, 4 May 2021 03:49:01 -0400 Subject: [PATCH] [doc] install: Convert bootleg notes into true notes --- doc/install.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index 37d45453..e43bb153 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -80,8 +80,10 @@ Page `_ Or pull the lastest **bleeding-edge version** using the **git** command. -**Note: If you are using the latest bleeding-edge from the master branch -you MUST download/use the corresponding host application** +.. note:: + + If you are using the latest bleeding-edge from the master branch + you MUST download/use the corresponding host application .. code:: bash @@ -103,7 +105,13 @@ cd into the 'LookingGlass' directory. cmake ../ 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 **looking-glass-client**. Before you run the client you will first need