These are accelerated libraries that the python framework can optionally use to run faster.
Signed-off-by: Dylan Baker <[email protected]> --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 002ddd9..74bdc1d 100644 --- a/README +++ b/README @@ -36,8 +36,14 @@ First of all, you need to make sure that the following are installed: - GL, glu and glut libraries and development packages (i.e. headers) - X11 libraries and development packages (i.e. headers) - waffle (http://www.waffle-gl.org) - - nose. Only needed for python framework tests - (https://nose.readthedocs.org/en/latest/) + +Optionally you can install the following: + + - nose. A python test framework, used for running the python framework + test suite. (https://nose.readthedocs.org/en/latest/) + - lxml. An accelerated python xml library using libxml2 (http://lxml.de/) + - simple-json. A fast C based implementation of the python json library. + (https://simplejson.readthedocs.org/en/latest/) Now configure the build system: -- 2.1.2 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
