mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
github pages
This commit is contained in:
@@ -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
@@ -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
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user