Merge branch 'master' into release
[deb_libcec.git] / README
diff --git a/README b/README
index 6a5b477d493517b8ecb6a8d7f2b9f76bae7ce515..4b0621c43cf7e09a9ff3cd52b0d090fa08dc37e9 100644 (file)
--- a/README
+++ b/README
@@ -11,6 +11,8 @@ 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
+* libtool
 * udev development headers v151 or later
 * gcc 4.2 or later
 
@@ -27,7 +29,8 @@ 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
-* xcode (TODO: version?)
+* pkg-config
+* xcode 3.2.6 or later
 
 To compile, execute the following commands (TODO: please verify):
 # autoreconf -vif
@@ -35,6 +38,8 @@ To compile, execute the following commands (TODO: please verify):
 # make
 # sudo make install
 
+# Note: You may need to copy pkg.m4 to your m4 sources directory
+
 ===============================================================================
                               === Windows ===
 ===============================================================================