aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-11 18:16:46 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-11 18:16:46 +0100
commitc3614460c9aaf710b4be2bef7eba9368a86f59c0 (patch)
tree59570137f8b7cb5410cf84c5941f2f62787e820e /README.md
parent75e920ab67205e89eac2a2b22bcf9a7423a16388 (diff)
downloadODR-AudioEnc-c3614460c9aaf710b4be2bef7eba9368a86f59c0.tar.gz
ODR-AudioEnc-c3614460c9aaf710b4be2bef7eba9368a86f59c0.tar.bz2
ODR-AudioEnc-c3614460c9aaf710b4be2bef7eba9368a86f59c0.zip
Update package dependencies in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 917d82d..09075ec 100644
--- a/README.md
+++ b/README.md
@@ -41,14 +41,15 @@ Requirements
* libvlc and vlc for the plugins (optional)
* (optional) cURL to download the TAI-UTC bulletin, needed for timestamps in EDI output.
-For Debian (and Ubuntu) use
+For Debian Buster, and related systems, use
+ $ sudo apt-get install build-essential automake libtool git
$ sudo apt-get install libzmq3-dev libzmq5
- $ sudo apt-get install libvlc-dev vlc-data vlc-nox
+ $ sudo apt-get install libvlc-dev vlc-data vlc-plugins-base
$ sudo apt-get install libjack-jackd2-dev jackd2
$ sudo apt-get install libasound2-dev libasound2
-**Attention**: on Debian Buster, you'll need `libzmq5-dev` and `vlc-plugins-base`
+**Attention**: on older Debian versions, you'll need `vlc-nox` instead of `vlc-plugins-base`
Installation
============