From 10ccd54dbfae7f8cca870e9b04debdb7d624b287 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Fri, 30 Dec 2011 16:08:05 +0100 Subject: [PATCH] added pkg-config to the dependencies list. issue #15 --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 6a5b477..230054a 100644 --- a/README +++ b/README @@ -11,6 +11,7 @@ libCEC needs the following dependencies in order to work correctly: To compile libCEC on Linux, you'll need the following dependencies: * autoconf 2.13 or later * automake 1.11 or later +* pkg-config * udev development headers v151 or later * gcc 4.2 or later @@ -27,6 +28,7 @@ To compile, execute the following commands: To compile libCEC on OS-X, you'll need the following dependencies: * autoconf 2.13 or later * automake 1.11 or later +* pkg-config * xcode (TODO: version?) To compile, execute the following commands (TODO: please verify): -- 2.34.1