diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-08-28 20:39:13 +0800 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-08-28 20:39:13 +0800 |
commit | 8f31d2d8998c1387981dbd5ba18de76bcf648fac (patch) | |
tree | 5b92a28cc6ae0ad7d2c24b974911252bc5d21168 /README.md | |
parent | b616416b442738f5f59dc71b7e70bd34b4ac5289 (diff) |
Remove unused dependency:libmicrohttpd
Bug-AGL: SPEC-2776
Change-Id: I920939fb77a2a8ce6535ee51fee35e9d907197e2
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 1 insertions, 21 deletions
@@ -52,30 +52,10 @@ sudo zypper install libjson-c-dev sudo dnf install libjson-c-dev ``` -Binder and client communicate through HTTP protocol : - -* **Debian/Ubuntu** - -```bash -sudo apt-get install agl-libmicrohttpd-dev -``` - -* **openSUSE** - -```bash -sudo zypper install agl-libmicrohttpd-dev -``` - -* **Fedora** - -```bash -sudo dnf install agl-libmicrohttpd-dev -``` - ## Setup ```bash -git clone https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-helloworld +git clone https://gerrit.automotivelinux.org/gerrit/apps/agl-service-helloworld cd agl-service-helloworld ``` |