From 608aa4c1b543a5d5a65879c7d29253a7e0500d3d Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Thu, 14 Jul 2022 13:55:00 +0200 Subject: [PATCH] update install guide --- docsrc/sources/install.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docsrc/sources/install.rst b/docsrc/sources/install.rst index e16004e6..6c1d8a63 100644 --- a/docsrc/sources/install.rst +++ b/docsrc/sources/install.rst @@ -4,7 +4,7 @@ Installation ============ The BNG Blaster should run on any modern linux distribution -but is primary tested on Ubuntu 18.04 LTS and Ubuntu 20.04 LTS. +but is primary tested on Ubuntu 18.04, 20.04 and 22.04 LTS. Install Ubuntu -------------- @@ -13,7 +13,11 @@ Install dependencies: .. code-block:: none + # Ubuntu 18.04 and 20.04 sudo apt install -y libssl1.1 libncurses5 libjansson4 + # Ubuntu 22.04 + sudo apt install -y libssl1.1 libncurses5 libjansson4 + Download and install debian package: https://github.com/rtbrick/bngblaster/releases @@ -37,6 +41,7 @@ and the following standard dependencies: # libdict wget https://github.com/rtbrick/libdict/releases/download/v1.0.1/libdict-debian.zip + unzip libdict-debian.zip sudo dpkg -i libdict_1.0.1_amd64.deb sudo dpkg -i libdict-dev_1.0.1_amd64.deb