From 1249980baf09368727734ed6d647852fa8ffdfa0 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 19 May 2017 21:44:23 +0200 Subject: Update README with libmicrohttpd-0.9.54 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c09cc7..7e210e8 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ AFB_daemon dependency on Standard Linux Distributions libopenssl-devel libgcrypt-devel libgnutls-devel (optional but requested by libmicrohttpd for https) OpenSuse >=42.2 - zypper in gcc5 gdb gcc5-c++ cit make ElectricFence systemd-devel libopenssl-devel libuuid-devel alsa-devel libgcrypt-devel libgnutls-devel libjson-c-devel file-devel + zypper in gcc5 gdb gcc5-c++ git make ElectricFence systemd-devel libopenssl-devel libuuid-devel alsa-devel libgcrypt-devel libgnutls-devel libjson-c-devel file-devel - Ubuntu >= 16.4libuuid-devel + Ubuntu >= 16.4 libuuid-devel apt-get install cmake git electric-fence libsystemd-dev libssl-dev uuid-dev libasound2-dev libgcrypt20-dev libgnutls-dev libgnutls-dev libjson-c-dev libmagic-dev - libmicrohttpd with AGL patches http://iot.bzh/download/public/2016/appfw/libmicrohttpd-0.9.49-agl.tgz + libmicrohttpd>=0.9.54 (as today OpenSuse-42.2 or Ubuntu-.16.4 ship older versions) afb-daemon from AGL Gerrit git clone https://gerrit.automotivelinux.org/gerrit/src/app-framework-binder ``` @@ -42,14 +42,14 @@ AFB_daemon dependency on Standard Linux Distributions source ~/.bashrc # install AGL pached version of LibMicroHttpd - wget http://iot.bzh/download/public/2016/appfw/libmicrohttpd-0.9.49-agl.tgz - tar -xzf libmicrohttpd-0.9.49-agl.tgz - cd libmicrohttpd-0.9.49-agl + wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.54.tar.gz + tar -xzf libmicrohttpd-0.9.54.tgz + cd libmicrohttpd-0.9.54 ./configure --prefix=$INSTALL_PREFIX make make install-strip - # retreive last AFB_daemon from AGL + # retrieve last AFB_daemon from AGL git clone https://gerrit.automotivelinux.org/gerrit/src/app-framework-binder # Warning: previous GCC options should be set before initial cmake (clean Build/*) -- cgit 1.2.3-korg