diff options
author | Robin ALEXANDER <64310405+colisee@users.noreply.github.com> | 2024-10-25 09:05:05 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-10-26 14:25:18 +0200 |
commit | 03156cc8055f3ef083681414b635d9eca7b0f772 (patch) | |
tree | 8644544756e3fbf460edbbfb0c413b4b38813234 /README.md | |
parent | b6b6dcf1ca0a85d69346d85e4f6aa7f17503b3fd (diff) | |
download | ODR-AudioEnc-03156cc8055f3ef083681414b635d9eca7b0f772.tar.gz ODR-AudioEnc-03156cc8055f3ef083681414b635d9eca7b0f772.tar.bz2 ODR-AudioEnc-03156cc8055f3ef083681414b635d9eca7b0f772.zip |
Fix issue-33
Update the installation section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 9 insertions, 24 deletions
@@ -35,32 +35,17 @@ More information is available on the # Installation You have 3 ways to install odr-audioenc on your host: -## Using binary debian packages -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: - ``` - # Replace bullseye (debian-11) with bookworm (debian-12) if applicable +## Using your linux distribution packaging system +`odr-audioenc` is available on the official repositories of several debian-based distributions, such as Debian +(from Debian 12), Ubuntu (from 24.10), Opensuse and Arch. - curl -fsSL http://debian.opendigitalradio.org/opendigitalradio-bullseye.sources > /etc/apt/sources.list.d/opendigitalradio-bullseye.sources +If you are using Debian 12 (Bookworm), you will need to +[add the backports repository](https://backports.debian.org/Instructions/) - 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 the debian package: - ``` - sudo apt install --yes odr-audioenc - ``` - -## Using the dab-scripts -You can compile odr-audioenc as well as the other main components of the mmbTools set with an installation script: -1. Clone the dab-scripts repository: - ``` - git clone https://github.com/opendigitalradio/dab-scripts.git - ``` -1. Follow the [instructions](https://github.com/Opendigitalradio/dab-scripts/tree/master/install) +## Using installation scripts +If your linux distribution is debian-based, you can install odr-audioenc +as well as the other main components of the mmbTools set with the +[Opendigitalradio dab-scripts](https://github.com/opendigitalradio/dab-scripts.git) ## Compiling manually Unlike the 2 previous options, this one allows you to compile odr-audioenc with the features you really need. |