Skip to content

Commit 7c369b7

Browse files
committed
update docs for debian
1 parent 4efb2c2 commit 7c369b7

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

docsrc/sources/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installation
3535
------------
3636

3737
The BNG Blaster controller should run on any modern Linux distribution
38-
but is primarily tested on Ubuntu 22.04 LTS and Ubuntu 24.04 LTS.
38+
but is primarily tested on Debian Bookworm and Ubuntu 22.04 LTS.
3939

4040
Download and install Debian package: https://github.com/rtbrick/bngblaster-controller/releases
4141

docsrc/sources/install.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44
============
55

66
The 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

99
Install 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

Comments
 (0)