From 78b48622deb4a7c1eb2944e28e6300ee435571ea Mon Sep 17 00:00:00 2001 From: gungula Date: Thu, 30 Mar 2023 17:30:43 +0200 Subject: [PATCH] added prerequisits --- .../04_using_oxide/041_installation.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/source/04_using_oxide/041_installation.rst b/docs/source/04_using_oxide/041_installation.rst index 2079f44d..e6e32894 100644 --- a/docs/source/04_using_oxide/041_installation.rst +++ b/docs/source/04_using_oxide/041_installation.rst @@ -4,6 +4,25 @@ Installation ============ +Prerequisits +------------ +Rust needs to be installed. After it has been installed, restart the terminal session, so that any new environment variables are loaded. + +.. code-block:: bash + + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + + +Build tools need to be install: + +.. code-block:: bash + + sudo apt install git make build-essential libglib2.0-dev libcairo2-dev libpango1.0-dev kitty xterm + + +Installation +------------ + 1. Clone the *Oxide* git repository: .. code-block:: bash