[Piglit] [PATCH 1/6] README: Add simple-json and lxml as optional dependencies
Dylan Baker
baker.dylan.c at gmail.com
Tue Oct 21 11:23:44 PDT 2014
These are accelerated libraries that the python framework can optionally
use to run faster.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
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
More information about the Piglit
mailing list