diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-19 20:06:59 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-19 20:07:47 +0100 |
commit | 4cf98660ad14a2424262bacc0ad17edb0adc9de6 (patch) | |
tree | 01d439d62f609a6efe07337f48d7d256b7267517 | |
parent | fcb034bc78424b6b0c84be2d3feba3876bf7e856 (diff) | |
download | ODR-AudioEnc-4cf98660ad14a2424262bacc0ad17edb0adc9de6.tar.gz ODR-AudioEnc-4cf98660ad14a2424262bacc0ad17edb0adc9de6.tar.bz2 ODR-AudioEnc-4cf98660ad14a2424262bacc0ad17edb0adc9de6.zip |
Add ZeroMQ dependency to readme
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,7 @@ for imprecise sound card clocks. support for DAB MOT Slideshow and DLS, written by [CSP](http://rd.csp.it). To encode DLS and Slideshow data, the *mot-encoder* tool reads images -from a folder, and DLS text from a file, and generates the PAD data +from a folder and DLS text from a file, and generates the PAD data for the encoder. For detailed usage, see the usage screen of the different tools. @@ -33,8 +33,9 @@ Requirements: * boost-thread and boost-system * ImageMagick magickwand (for MOT slideshow) -* The alsa libraries +* The alsa libraries (libasound2) * Download and install libfec from https://github.com/Opendigitalradio/ka9q-fec +* Download and install ZeroMQ from http://download.zeromq.org/zeromq-4.0.3.tar.gz This package: git clone https://github.com/mpbraendli/fdk-aac-dabplus.git |