diff options
author | Dylan Baker <dylanx.c.baker@intel.com> | 2014-10-17 14:43:47 -0700 |
---|---|---|
committer | Dylan Baker <dylanx.c.baker@intel.com> | 2014-10-28 19:45:25 -0700 |
commit | a3125972d2937ff5f5619e83db6a8a6c9021361e (patch) | |
tree | 31241b07c09a51420b6b0cea2ca79d364490c991 | |
parent | f96c83719436ebfc129c4e0e52bc3bd72f837938 (diff) |
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 <dylanx.c.baker@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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: |