From e39ba99e5228b2fa998613d9c08d7263e385cec1 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sun, 31 Mar 2024 22:24:56 +0200 Subject: [PATCH] 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 Part-of: --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/) -- 2.11.4.GIT