From 3b68a6188b4983816833dc9a20be4f6b74f4c03f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 15 Apr 2019 16:01:12 +0200 Subject: README: fix dependency installation --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9576c05..86804d0 100644 --- a/README.md +++ b/README.md @@ -44,26 +44,32 @@ Requirements For Debian (and Ubuntu) use - $ sudo apt-get install libvlc* - $ sudo apt-get install jack - $ sudo apt-get install libasound2 + $ sudo apt-get install libzmq3-dev libzmq5 + $ sudo apt-get install libvlc-dev vlc-data vlc-nox + $ 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` Installation ============ $ git clone https://github.com/Opendigitalradio/ODR-AudioEnc.git - + If you want to clone the next branch (under development) use $ git clone https://github.com/Opendigitalradio/ODR-AudioEnc.git -b next + +Configure the project + $ cd ODR-AudioEnc/ $ ./bootstrap $ ./configure - + If you want to use ALSA, JACK and libVLC inputs, please use - $ ./configure --enable-alsa --enable-jack --enable-vlc - + $ ./configure --enable-alsa --enable-jack --enable-vlc + $ make $ sudo make install -- cgit v1.2.3