summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@linux.intel.com>2017-07-25 15:48:25 +0300
committerLyude <lyude@redhat.com>2017-07-25 13:05:04 -0400
commit73387cf85b2110f25e6d1daa912a93d539e4c0f9 (patch)
treef7729cc325c97437d823427bfdda89ccbc50461d
parentcae92705b68eacc17f9fbc11b840d92ca9b7888e (diff)
README: Add information about chamelium dependencies
This adds a list of dependencies required to build chamelium support, so that what needs to be installed to get it going is more obvious. As done previously in the file, the list is relevant for Debian and its derivatives but should provide a template for other systems as well. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@linux.intel.com> Reviewed-by: Lyude <lyude@redhat.com>
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index 26171a17..d1ea9529 100644
--- a/README
+++ b/README
@@ -131,7 +131,7 @@ Requirements
------------
This is a non-exhaustive list of package dependencies required for building
-everything (package names may vary):
+the default configuration (package names may vary):
gtk-doc-tools
libcairo2-dev
@@ -144,6 +144,15 @@ everything (package names may vary):
x11proto-dri2-dev
xutils-dev
+The following dependencies are required for building chamelium support
+(package names may vary):
+
+ libxmlrpc-core-c3-dev
+ libpixman-1-dev
+ libudev-dev
+ libglib2.0-dev
+ libgsl-dev
+
Releases for maintainers
------------------------