diff options
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 |