aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2023-09-04 14:30:06 +0200
committerGitHub <noreply@github.com>2023-09-04 14:30:06 +0200
commitc8c590ac91146824caccfc99999c79bb25be1e72 (patch)
tree59e73fb2bb3c5d7248e1a9c39a91c9a65eac141c
parent36594dedc009dfaa799262a98f8e53fd55450139 (diff)
parentdaca79cf1017bb2f9774c1b077664c24c0fdea83 (diff)
downloaddabmux-c8c590ac91146824caccfc99999c79bb25be1e72.tar.gz
dabmux-c8c590ac91146824caccfc99999c79bb25be1e72.tar.bz2
dabmux-c8c590ac91146824caccfc99999c79bb25be1e72.zip
Merge pull request #68 from colisee/issue-67
Fix issue 67
-rw-r--r--INSTALL.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c4d1e0a..c2209f3 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,22 +1,25 @@
You have 3 ways to install odr-dabmux on your host:
# Using binary debian packages
-If your host is running a debian-based OS and its cpu is one of amd64, arm64 or arm/v7, then you can install odr-dabmux using the standard debian packaging system:
+If your host is running a debian-based OS on amd64, arm64 or arm/v7, then you can install odr-dabmux using the standard debian packaging system:
1. Update the debian apt repository list:
```
- curl -fsSL http://debian.opendigitalradio.org/odr.asc | sudo tee /etc/apt/trusted.gpg.d/odr.asc 1>/dev/null
- curl -fsSL http://debian.opendigitalradio.org/odr.list | sudo tee /etc/apt/sources.list.d/odr.list 1>/dev/null
+ # Replace bullseye (debian-11) with bookworm (debian-12) if applicable
+
+ curl -fsSL http://debian.opendigitalradio.org/opendigitalradio-bullseye.sources > /etc/apt/sources.list.d/opendigitalradio-bullseye.sources
+
+ curl -fsSL http://debian.opendigitalradio.org/opendigitalradio.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/opendigitalradio.gpg
```
1. Refresh the debian packages list:
```
apt update
```
-1. Install odr-audioenc:
+1. Install the package:
```
sudo apt install --yes odr-dabmux
```
-**Attention**: odr-dabmux (4.2.1-1) does not include the Mux Web Management GUI
+**Notice**: this debian package does not include the Mux Web Management GUI
# Using the dab-scripts
You can compile odr-dabmux as well as the other main components of the mmbTools set with an installation script: