summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-07-01 15:22:49 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2015-07-09 13:18:00 -0700
commit7cd3ee7ff1c51f17395ac7a323290834cfde5116 (patch)
tree2f16aaa76044cd056c04b2bc85da8927c04b316a /README
parent5fdb16390b96a8f1507d6f2f07798f934184f694 (diff)
framework: add support for xz compression via backports.lzma
This adds the option of using a python module, rather than calling out to the shell for xz support. v4: - add this patch Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 19682215c..773a35060 100644
--- a/README
+++ b/README
@@ -45,6 +45,9 @@ Optionally, you can install the following:
- 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/)
+ - backports.lzma. A packport of python3's lzma module to python2,
+ this enables fast native xz (de)compression in piglit for results files
+ (https://github.com/peterjc/backports.lzma)
Now configure the build system: