diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-04 11:34:16 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-04 11:34:16 +0000 |
commit | 8e99242f8ea60410c5e0a6b65f65ec5f2e10c240 (patch) | |
tree | 988cb56819c5f7df1fe332fae547f86ab769b2d7 /README | |
parent | d70243c63f52bdffa922bd8cefa8d0cbbca335f5 (diff) | |
download | vdr-plugin-live-8e99242f8ea60410c5e0a6b65f65ec5f2e10c240.tar.gz vdr-plugin-live-8e99242f8ea60410c5e0a6b65f65ec5f2e10c240.tar.bz2 |
- Require /bin/bash as SHELL in top level makefile.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,9 @@ boost >= 1.32.0 - http://www.boost.org Tntnet >= 1.5.3 - http://www.tntnet.org/download.hms Cxxtools >= 1.4.3 - http://www.tntnet.org/download.hms +The LIVE Makefile makes use of bash features. So you need to have /bin/bash +installed on your system (It needs not to bee the default shell). + 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. |