@@ -4,7 +4,7 @@ Installation
44============
55
66The BNG Blaster should run on any modern Linux distribution
7- but is primarily tested on Ubuntu 22.04 LTS.
7+ but is primarily tested on Debian Bookworm and Ubuntu 22.04 LTS.
88
99Install Ubuntu
1010--------------
@@ -15,7 +15,7 @@ Install dependencies:
1515
1616 # Ubuntu 18.04 and 20.04
1717 sudo apt install -y libssl1.1 libncurses5 libjansson4
18- # Ubuntu 22.04 and newer
18+ # Debian Bookworm, Ubuntu 22.04 and newer
1919 sudo apt install -y libssl3 libncurses6 libjansson4
2020
2121
@@ -44,14 +44,17 @@ and the following standard dependencies:
4444 # install libdict for Ubuntu 18.04 LTS
4545 wget https://github.com/rtbrick/libdict/releases/download/v1.0.1/libdict-debian.zip
4646 unzip libdict-debian.zip
47- sudo dpkg -i libdict_1.0.1_amd64.deb
48- sudo dpkg -i libdict-dev_1.0.1_amd64.deb
4947
5048 # install libdict for Ubuntu 22.04 LTS
51- wget https://github.com/rtbrick/libdict/releases/download/1.0.3 /libdict-ubuntu-22.04.zip
49+ wget https://github.com/rtbrick/libdict/releases/download/1.0.5 /libdict-ubuntu-22.04.zip
5250 unzip libdict-ubuntu-22.04.zip
53- sudo dpkg -i libdict_1.0.3_amd64.deb
54- sudo dpkg -i libdict-dev_1.0.3_amd64.deb
51+
52+ # install libdict for Debian Bookworm
53+ wget https://github.com/rtbrick/libdict/releases/download/1.0.5/libdict-bookworm.zip
54+ unzip libdict-bookworm.zip
55+
56+ sudo dpkg -i libdict_1.0.5_amd64.deb
57+ sudo dpkg -i libdict-dev_1.0.5_amd64.deb
5558
5659 # install other dependencies
5760 sudo apt install -y cmake \
0 commit comments