summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-11-29 22:25:06 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-11-29 22:25:06 (GMT)
commit3ff069ebc6884c46c3f99ea61919f7728708c571 (patch)
tree7841d724ab68fcd5aef276e06092ed15ae293e44 /PCbuild/readme.txt
parent551ac957331ff7f2a08436198b73f9c0245987e0 (diff)
downloadcpython-3ff069ebc6884c46c3f99ea61919f7728708c571.zip
cpython-3ff069ebc6884c46c3f99ea61919f7728708c571.tar.gz
cpython-3ff069ebc6884c46c3f99ea61919f7728708c571.tar.bz2
Issue #6715: Add module for compression using the LZMA algorithm.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r--PCbuild/readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 11ab127..f47d555 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -133,6 +133,12 @@ _bz2
All of this managed to build libbz2.lib in
bzip2-1.0.5\$platform-$configuration\, which the Python project links in.
+_lzma
+ Python wrapper for the liblzma compression library.
+
+ Download the pre-built Windows binaries from http://tukaani.org/xz/, and
+ extract to ..\xz-5.0.3. If you are using a more recent version of liblzma,
+ it will be necessary to rename the directory from xz-<VERSION> to xz-5.0.3.
_ssl
Python wrapper for the secure sockets library.