summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-07-09 00:49:22 +0300
committerVille Skyttä <ville.skytta@iki.fi>2009-07-09 00:50:28 +0300
commit16a508e059c6077acc2b5ad6657832affb78b7ee (patch)
tree69eae5ab5ebabb170a2889f964a99b6fbf1f482b /README
parentdfdc1e5d81e1906f098f12dd8cb0a0e6c897c39f (diff)
downloadvdr-plugin-text2skin-16a508e059c6077acc2b5ad6657832affb78b7ee.tar.gz
vdr-plugin-text2skin-16a508e059c6077acc2b5ad6657832affb78b7ee.tar.bz2
Use pkg-config for finding FreeType and Imlib2.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f29378e..25cb133 100644
--- a/README
+++ b/README
@@ -50,6 +50,10 @@ Some skins may use True Type Fonts, which requires the FreeType package to be
installed. If you don't want to use FreeType font rendering, you may disable
that in the Makefile, too.
+The Makefile uses pkg-config by default to find out the necessary compiler,
+preprocessor and linker flags and libraries for the above, so you'll need it
+and the *.pc files for the above packages properly installed as well.
+
Installation:
-------------