From 424ed07050355654a515490f3a8c411620a2bf26 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 10 Jan 2009 07:25:05 +0000 Subject: [PATCH] Minor addition. --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 63b9134f..86cdbfb0 100644 --- a/README +++ b/README @@ -71,6 +71,11 @@ expat http://expat.sourceforge.net/ *) Some systems have gettext and iconv in libc. The configure script should detect this. +On Linux, it is usually best to install the dependencies through the +package management system of the distribution together with the +corresponding development packages (for the header files and static +libraries). + To build the sample programs in the samples/ directory ('make samples'), you also need to have the pkg-config program.