From c6f8a149574f4e5196f802439e7439406ca82e71 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 10 Jun 2007 13:02:43 +0200 Subject: Freetype font support; full UTF-8 support; dropped pixel fonts --- INSTALL | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 7f50c44d..dc6ada1d 100644 --- a/INSTALL +++ b/INSTALL @@ -35,11 +35,18 @@ Refer to http://linuxtv.org for more information about the Linux-DVB driver. VDR requires the Linux-DVB driver version dated 2003-08-23 or higher to work properly. -You will also need to install the "libjpeg" and "libcap" libraries, -as well as their "devel" packages to get the necessary header files -for compiling VDR. If the "capability" module is not compiled into -your kernel, you may need to do "modprobe capability" before running -VDR. +You will also need to install the following libraries, as well as their +"devel" packages to get the necessary header files for compiling VDR: + + freetype2 + libcap + libjpeg + +If the "capability" module is not compiled into your kernel, you may +need to do "modprobe capability" before running VDR. + +When running VDR, the Freetype fonts must be installed in the directory +/usr/share/fonts/truetype. After extracting the package, change into the VDR directory and type 'make'. This should produce an executable file -- cgit v1.2.3