diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-17 11:12:46 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-17 11:12:46 +0200 |
commit | 79b1c68ffbe11ada50d8e288efc0255eba268185 (patch) | |
tree | 1ef8d5b8f3e6c6c993660742060fd47d92926cdc /INSTALL | |
parent | b1e0df2b27d8944dbe9f735a2bc09411490d5345 (diff) | |
download | vdr-79b1c68ffbe11ada50d8e288efc0255eba268185.tar.gz vdr-79b1c68ffbe11ada50d8e288efc0255eba268185.tar.bz2 |
Now using 'fontconfig' to determine which fonts to use
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -22,6 +22,7 @@ to work properly. You will also need to install the following libraries, as well as their "devel" packages to get the necessary header files for compiling VDR: + fontconfig freetype2 libcap libjpeg @@ -29,9 +30,6 @@ You will also need to install the following libraries, as well as their 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 named 'vdr', which can be run after the DVB driver has been |