summaryrefslogtreecommitdiff
path: root/README.webvi
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2013-11-07 20:23:19 +0200
committerAntti Ajanki <antti.ajanki@iki.fi>2013-11-07 20:23:19 +0200
commitc68e515e0d00464ff5d1bd4afd1e52e090180ff1 (patch)
treec9f63f731204606d8837718429decee8b19eaf12 /README.webvi
parentac7391f2e36555a312007ed0edd800a5789908d6 (diff)
downloadvdr-plugin-webvideo-quvi-backend.tar.gz
vdr-plugin-webvideo-quvi-backend.tar.bz2
Update required packagesquvi-backend
Diffstat (limited to 'README.webvi')
-rw-r--r--README.webvi25
1 files changed, 16 insertions, 9 deletions
diff --git a/README.webvi b/README.webvi
index 326f7f4..62a328d 100644
--- a/README.webvi
+++ b/README.webvi
@@ -18,22 +18,29 @@ supported sites.
Installation
------------
+Install the following packages including development files for the
+libraries:
+
+cmake
+pkg-config
+quvi
+libcurl
+libxml2
+glib-2.0
+libtidy
+
To compile and install the command line client (without VDR plugin;
see main README if you have VDR installed) run
-make libwebvi
-make install-webvi
+mkdir objs
+cd objs
+cmake ..
+make
By default the program is installed under /usr/local. You can specify
a different installation location by
-make libwebvi PREFIX=/usr
-make install-webvi install-conf PREFIX=/usr
-
-If you use an alternative installation location, you may need to put
-PREFIX/lib/pythonX.Y/site-packages/ or
-PREFIX/lib/pythonX.Y/dist-packages/ to your PYTHONPATH environment
-variable.
+make PREFIX=/usr
Running
-------