From 3deb3345e169216884cab3ccb950c334d3fef481 Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Tue, 19 Oct 2021 07:56:25 +0000 Subject: [PATCH] install docu update --- docs/install.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index d6666023..f748653f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,5 +1,8 @@ # 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. + ## Install Ubuntu Install dependencies: @@ -21,11 +24,17 @@ This command installs the BNG Blaster to `/usr/sbin/bngblaster`. ### Dependencies -The BNG Blaster has dependencies to the RtBrick [libdict -fork](https://github.com/rtbrick/libdict) and the following standard -dependencies: +The BNG Blaster has dependencies to the RtBrick +[libdict fork](https://github.com/rtbrick/libdict) +and the following standard dependencies: ```cli +# libdict +wget https://github.com/rtbrick/libdict/releases/download/v1.0.1/libdict-debian.zip +sudo dpkg -i libdict_1.0.1_amd64.deb +sudo dpkg -i libdict-dev_1.0.1_amd64.deb + +# standard dependencies sudo apt install -y cmake \ libcunit1-dev \ libncurses5-dev \