diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-09 22:35:23 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-09 22:35:23 +0200 |
commit | f5edfbd94a5a6e3765200a5dc995849d76dd3c48 (patch) | |
tree | de44c3c04c85586bd54b9f4ee7c99a7906d01f80 /README.md | |
parent | ddadc36097da1ecd2c68a55ca5b6c65b387be3da (diff) | |
download | ODR-AudioEnc-f5edfbd94a5a6e3765200a5dc995849d76dd3c48.tar.gz ODR-AudioEnc-f5edfbd94a5a6e3765200a5dc995849d76dd3c48.tar.bz2 ODR-AudioEnc-f5edfbd94a5a6e3765200a5dc995849d76dd3c48.zip |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -40,13 +40,15 @@ Requirements: * ImageMagick magickwand (optional, for MOT slideshow) * 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.4.tar.gz +* Install ZeroMQ 4.0.4 or more recent + * If your distribution does not include it, take it from + from http://download.zeromq.org/zeromq-4.0.4.tar.gz * JACK audio connection kit (optional) * libvlc and vlc for the plugins (optional) This package: - git clone https://github.com/mpbraendli/fdk-aac-dabplus.git + git clone https://github.com/Opendigitalradio/fdk-aac-dabplus.git cd fdk-aac-dabplus ./bootstrap ./configure |