summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2024-03-31 22:24:56 +0200
committerMarge Bot <emma+marge@anholt.net>2024-04-12 12:05:54 +0000
commite39ba99e5228b2fa998613d9c08d7263e385cec1 (patch)
treeba3f657872728a288aa88e8fa1074a231be97ce7
parentd945707b9f14418e678fd4b205c8542f43b4a884 (diff)
README: update requirements
- We don't need X11 libraries for EGL only build. - User may want use Ninja for faster build. Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/898>
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 55fbe2faf..759749e70 100644
--- a/README.md
+++ b/README.md
@@ -33,11 +33,12 @@ First of all, you need to make sure that the following are installed:
- numpy (http://www.numpy.org)
- cmake (http://www.cmake.org)
- GL, glu and glut libraries and development packages (i.e. headers)
- - X11 libraries and development packages (i.e. headers)
- waffle (http://waffle.freedesktop.org/)
Optionally, you can install the following:
+ - X11 libraries and development packages (i.e. headers)
+ - ninja. For a faster build.
- lxml. An accelerated python xml library using libxml2 (http://lxml.de/)
- jsonstreams. A JSON stream writer for python.
(https://jsonstreams.readthedocs.io/en/stable/)