summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2019-04-15meson: missed dependency of liblzmaSergii Romantsov
Failed to configure intel-gpu-tools with error: meson.build:151:0: ERROR: Could not generate cargs for libdw: libdw depends on liblzma. Installation of liblzma-dev fixes issue. At least it has to be pointed in Readme. v2: just readme updated Cc: Petri Latvala <petri.latvala@intel.com> CC: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Sergii Romantsov <sergii.romantsov@globallogic.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
2019-04-10debugger: Remove shader debuggerArkadiusz Hiler
Compilation support was dropped in January 2019, since then it's just a dead code in the repo and no one seems to be missing it. Anyway, it can always be reintroduced from the chasms of git history. Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
2019-02-13README: Add pointer to Dockerfiles for easy lookup of dependenciesEaswar Hariharan
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>
2018-12-13README: Use meson for building docsDaniel Vetter
Also simplify the instructions for meson 0.47+, where we track dependencies correctly. v2: Fix typo (Petri) Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2018-10-25README|CONTRIBUTING: Move to .mdDaniel Vetter
Looks so much better in the gitlab UI. Maybe we want to split out some of these README into subdirectories ... v2: Polish layout a bit. Changes are only whitespace, but README is so complicated reworked that git's rename detection doesn't spot the similarities anymore. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>