diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-11 18:16:46 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-11 18:16:46 +0100 |
commit | c3614460c9aaf710b4be2bef7eba9368a86f59c0 (patch) | |
tree | 59570137f8b7cb5410cf84c5941f2f62787e820e /README.md | |
parent | 75e920ab67205e89eac2a2b22bcf9a7423a16388 (diff) | |
download | ODR-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.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 ============ |