github pages

This commit is contained in:
Christian Giese
2023-09-08 09:32:57 +00:00
parent 835c35df3b
commit 0a68708ad0
3 changed files with 18 additions and 4 deletions
+8 -1
View File
@@ -39,14 +39,21 @@ and the following standard dependencies:
.. code-block:: none
# install libdict for Ubuntu 18.04 LTS
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
# install libdict for Ubuntu 22.04 LTS
wget https://github.com/rtbrick/libdict/releases/download/1.0.3/libdict-ubuntu-22.04.zip
unzip libdict-ubuntu-22.04.zip
sudo dpkg -i libdict_1.0.3_amd64.deb
sudo dpkg -i libdict-dev_1.0.3_amd64.deb
# standard dependencies
# install other dependencies
sudo apt install -y cmake \
libpcap-dev \
libcunit1-dev \
libncurses5-dev \
libssl-dev \
+9 -2
View File
@@ -115,14 +115,21 @@ sudo apt install -y libssl3 libncurses6 libjansson4
<p>The BNG Blaster has dependencies on the RtBrick
<a class="reference external" href="https://github.com/rtbrick/libdict">libdict fork</a>
and the following standard dependencies:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span># install libdict for Ubuntu 22.04 LTS
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span># install libdict for Ubuntu 18.04 LTS
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
# install libdict for Ubuntu 22.04 LTS
wget https://github.com/rtbrick/libdict/releases/download/1.0.3/libdict-ubuntu-22.04.zip
unzip libdict-ubuntu-22.04.zip
sudo dpkg -i libdict_1.0.3_amd64.deb
sudo dpkg -i libdict-dev_1.0.3_amd64.deb
# standard dependencies
# install other dependencies
sudo apt install -y cmake \
libpcap-dev \
libcunit1-dev \
libncurses5-dev \
libssl-dev \
+1 -1
View File
File diff suppressed because one or more lines are too long