diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-22 21:38:45 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-22 21:38:45 +0000 |
commit | d9e1b706df7ebcb0fa7e7e716291f9c88aad6a24 (patch) | |
tree | cc8464e145ca39021d2dbc81bb8d5969b47ed947 /README | |
parent | 14141f08e8ae6fddb8215de51ce56972dfbb6ff4 (diff) | |
download | vdr-plugin-live-d9e1b706df7ebcb0fa7e7e716291f9c88aad6a24.tar.gz vdr-plugin-live-d9e1b706df7ebcb0fa7e7e716291f9c88aad6a24.tar.bz2 |
- Introducing Mootools as base javascript library.
- ported Infobox javascript code to this library.
- LiveSimpleAjaxRequest uses Ajax-Object from mootools.
- Start of distribution of javascript in source form (not compiled
into the live binary).
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -36,7 +36,7 @@ Cxxtools >= 1.4.3 - http://www.tntnet.org/download.hms gcc >= 3.1 if gcc < 4.0: -boost >= 1.32.0 - http://www.boost.org +boost >= 1.32.0 - http://www.boost.org Tntnet provides basic webserver functions for live and needs cxxtools. @@ -44,6 +44,24 @@ Boost provides some data structures we need. While currently relying on the full blown package we might provide a stripped down version in the future. +Installation: +============= + +If you compile the plugin outside of the VDR source codes you must +copy the resulting binary to the VDRs directory where the other +plugins are excpected. + +In order to work correctly you must copy the contents of 'themes' and +'js' directories from the source distribution to the directory where +the vdr plugins look for their configuration files. The pure VDR +default for this is: /video/vdr/plugins/live. + +Many distributions change this according their file systems standards +rules. This directory is therefor often referred as +$VDRDIR/plugins/live. (i.E. in debian it is in +/usr/share/vdr-plugin-live) + + Setup ===== |