From a3125972d2937ff5f5619e83db6a8a6c9021361e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 17 Oct 2014 14:43:47 -0700 Subject: README: Add simplejson and lxml as optional dependencies These are accelerated libraries that the python framework can optionally use to run faster. v2: - fix some nits from Ken Signed-off-by: Dylan Baker Reviewed-by: Kenneth Graunke --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 002ddd944..6238ca458 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/) + - simplejson. A fast C based implementation of the python json library. + (https://simplejson.readthedocs.org/en/latest/) Now configure the build system: -- cgit v1.2.3