diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-01-22 12:25:51 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-01-22 12:25:51 +0100 |
commit | c9a33351febfbafb58f477b1bbc9bf14a4e35d05 (patch) | |
tree | a98e6c630359d4b48bc0a6002735be164d7cd620 /README.md | |
parent | 4c833aad4d3dcef303b34b70f86bb1e98153dc97 (diff) |
Implement Media Plugin upload API, update README.md
Media Plugin now supports a "upload?value=<file>" API.
Add Media Plugin requirements to README.md.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,7 @@ optionally, for plugins : * alsa ("libasound2-dev/alsa-devel"); * pulseaudio ("libpulse-dev/libpulse-devel"); * rtl-sdr >= 0.5.0 (fetch and build from "git://git.osmocom.org/rtl-sdr"); + * GUPnP ("libglib2.0-dev libgupnp-av-1.0-dev/glib2-devel libgupnp-av-devel"); and the following tools: * pkg-config; @@ -27,7 +28,7 @@ and the following tools: To install all dependencies under OpenSUSE (excepting rtl-sdr), please type: ``` -$ zypper in file-devel libmicrohttpd-devel libjson-c-devel libuuid-devel dbus-1-devel alsa-devel libpulse-devel pkg-config cmake +$ zypper in file-devel libmicrohttpd-devel libjson-c-devel libuuid-devel dbus-1-devel alsa-devel libpulse-devel glib2-devel libgupnp-av-devel pkg-config cmake ``` To build, move to the root directory and type: |