From: Lars Op den Kamp Date: Fri, 30 Dec 2011 15:08:05 +0000 (+0100) Subject: added pkg-config to the dependencies list. issue #15 X-Git-Tag: upstream/2.2.0~1^2~42^2~16 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=10ccd54dbfae7f8cca870e9b04debdb7d624b287 added pkg-config to the dependencies list. issue #15 --- 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):