diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-10 13:02:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-10 13:02:43 +0200 |
commit | c6f8a149574f4e5196f802439e7439406ca82e71 (patch) | |
tree | 0b04b012f87d7033abb37aeb986385672b85da18 /INSTALL | |
parent | 32dd727d057a1ba22d403f48306adae10285ac77 (diff) | |
download | vdr-c6f8a149574f4e5196f802439e7439406ca82e71.tar.gz vdr-c6f8a149574f4e5196f802439e7439406ca82e71.tar.bz2 |
Freetype font support; full UTF-8 support; dropped pixel fonts
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -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 |