From 2b767e030a0b687113fb500f38c6bc06e1d80367 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 9 Jan 2019 08:18:55 -0500 Subject: [PATCH] update readme with new build dependencies Change-Id: I454050c60f88b4cb73a34c6047c36ea0b13578c6 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3045aff..0408f7ecd 100644 --- a/README.md +++ b/README.md @@ -121,12 +121,18 @@ build all parts and run the test suite. including their development headers are required to compile the daemon: - *pkg-config* - - *GLib* including *GThread* version 2.x + - *GLib* including *GThread* and *GLib-JSON* version 2.x - *zlib* - *OpenSSL* - *PCRE* library - *XMLRPC-C* version 1.16.08 or higher - *hiredis* library + - *gperf* + - *libcurl* version 3.x or 4.x + - *libevent* version 2.x + - *libpcap* + - *libsystemd* + - *MySQL* or *MariaDB* client library (optional for call recording daemon) - *libiptc* library for iptables management (optional) - *ffmpeg* codec libraries for transcoding (optional) such as *libavcodec*, *libavfilter*, *libswresample* - *bcg729* for full G.729 transcoding support (optional)