diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-30 17:31:50 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-30 17:31:50 +0000 |
commit | 7eb0c33d6137e14dbfb168dc602cbda7fb1ac642 (patch) | |
tree | 4e30d8576d8c31e7f8bc2290c5cb253ebab2fc28 | |
parent | b6d45c8704e2f0ad1c1082e78f51bb63aaf38f71 (diff) | |
download | vdr-plugin-live-7eb0c33d6137e14dbfb168dc602cbda7fb1ac642.tar.gz vdr-plugin-live-7eb0c33d6137e14dbfb168dc602cbda7fb1ac642.tar.bz2 |
- updated requirements
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,9 +30,14 @@ fast. Requirements: ============= +VDR >= 1.4.3-3 Tntnet >= 1.5.3 - http://www.tntnet.org/download.hms Cxxtools >= 1.4.3 - http://www.tntnet.org/download.hms -boost >= 1.32.0 - http://www.boost.org +gcc >= 3.1 + +if gcc < 4.0: +boost >= 1.32.0 - http://www.boost.org + Tntnet provides basic webserver functions for live and needs cxxtools. Boost provides some data structures we need. While currently relying on the |