summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEaswar Hariharan <easwar.hariharan@intel.com>2019-02-13 09:43:58 -0800
committerRodrigo Vivi <rodrigo.vivi@intel.com>2019-02-13 09:56:03 -0800
commit0628e044a05b46cce102bb8aaa79669e22ec431b (patch)
tree6a6a17210e7fd9c9972477177ed2dc33729c2568 /README.md
parente55d439a9ba744227fb4c9d727338276b78871d4 (diff)
README: Add pointer to Dockerfiles for easy lookup of dependencies
I spent quite some time trying to install all the dependencies to build igt in for my distribution. After installing the packages, I noticed that the Dockerfiles had the exact packages required for each distribution. Add a pointer to the Dockerfiles in the README to save folks time on setting up the environment required to build igt. CC: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Easwar Hariharan <easwar.hariharan@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index eebed07b..2d583095 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,8 @@ The following dependencies are requires for building audio support
libasound2-dev
libgsl-dev
+See Dockerfiles.* for package names in different distributions.
+
Meson build system support
--------------------------