diff mbox

[i-g-t,3/3] README: Add information about chamelium dependencies

Message ID 20170725124825.1936-3-paul.kocialkowski@linux.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Paul Kocialkowki July 25, 2017, 12:48 p.m. UTC
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>
---
 README | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Comments

Lyude Paul July 25, 2017, 5:06 p.m. UTC | #1
R-b'd and pushed, thanks!

On Tue, 2017-07-25 at 15:48 +0300, Paul Kocialkowski wrote:
> 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>
> ---
>  README | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> 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
>  ------------------------
>
diff mbox

Patch

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
 ------------------------