diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-08-19 19:48:54 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-08-19 19:48:54 +0000 |
commit | 323f68b9221a7b6d97a55724ac531f254e4f1b1c (patch) | |
tree | 59bed6c997c2563fbbc8be6cc3233ffa9a611677 /README | |
parent | 3cb631293adb6127cda1bf2fe335eaaf08fd0a5a (diff) | |
download | vdr-plugin-live-323f68b9221a7b6d97a55724ac531f254e4f1b1c.tar.gz vdr-plugin-live-323f68b9221a7b6d97a55724ac531f254e4f1b1c.tar.bz2 |
- First attempt to implement a backward compatible scheme of the new
VDR 1.5.7 localization scheme.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -37,11 +37,17 @@ gcc >= 3.1 if gcc < 4.0: boost >= 1.32.0 - http://www.boost.org +Locale::PO - perl module from CPAN www.cpan.org Tntnet provides basic webserver functions for live and needs cxxtools. 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. +How to get Locale::PO +- Use search function on www.cpan.org to obtain module. +- Check if your distribution provides the package. + (e.g. in Debian the package name is liblocale-po-perl) + Installation: ============= |