mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Freetype font support; full UTF-8 support; dropped pixel fonts
This commit is contained in:
17
INSTALL
17
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
|
||||
|
Reference in New Issue
Block a user