summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 13 insertions, 7 deletions
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