diff options
author | Mark Purcell <msp@debian.org> | 2010-02-25 21:13:46 +1100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2013-09-03 09:48:46 +0200 |
commit | 665818f1969f893f05edf5b70eb1804c89b2829e (patch) | |
tree | 34ba68cee03c52d769a5a51b456b7e9d63cd091a /README | |
parent | 109c7947d6a11a2a54eff1b19615ed80ea2f0602 (diff) | |
parent | 9fe4d4ea9c054e539ab679ed2e9c076c35beb69d (diff) | |
download | linux-dvb-apps-665818f1969f893f05edf5b70eb1804c89b2829e.tar.gz |
Imported Debian patch 1.1.1+rev1355-1debian/1.1.1+rev1355-1
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,8 @@ util/dvbnet - Control digital data network interfaces. util/dvbtraffic - Monitor traffic on a digital device. util/femon - Monitor the tuning on a digital TV device. util/zap - *Just* tunes a digital device - really intended for developers. +util/gotox - Simple Rotor control utility +util/alevt - Teletext capture and display utility Hardware Specific Utilities: util/av7110_loadkeys - Load remote keys into an av7110 based card @@ -36,5 +38,10 @@ For convenience, dvb-apps contains a copy of the DVB API include files as they are contained in the linuxtv-dvb-1.? release and the 2.6.x Linux kernel. +AleVT is not compiled by the main Makefile, because it depends on external +libraries which might not be available in your system (see util/alevt/README for +details). If you have the required libraries, to compile AleVT go to util/alevt/ +and type "make". + Johannes Stezenbach <js@convergence.de> Andrew de Quincey <adq_dvb@lidskialf.net> |