]> xmof Git - DeDRM.git/commitdiff
Document LZMA support on Windows
authorZhuoyun Wei <wzyboy@wzyboy.org>
Wed, 18 Apr 2018 09:09:33 +0000 (05:09 -0400)
committerZhuoyun Wei <wzyboy@wzyboy.org>
Wed, 18 Apr 2018 09:09:33 +0000 (05:09 -0400)
ReadMe_First.txt

index 7bb375b5852534fb70f98cfffbcc2b11cf560e63..9727b3b63c4b1fed0cc59dd394995d8152f0379e 100644 (file)
@@ -107,6 +107,15 @@ In addition, Windows Users need PyCrypto:
 
 Once Windows users have installed Python 2.7, and the matching PyCrypto, they are ready to run the DeDRM application or individual scripts.
 
+For (experimental) KFX support, you also need LZMA support. LZMA is built-in
+in Python 3.3+ but not present in Python 2. Choices are backports.lzma and
+pylzma, both of which need compiling. Compiling Python extensions on Windows
+requires Visual Studio and is a PITA. The recommended way is to install wheels
+(binary) directly.
+
+Windows binary wheels for backports.lzma and pylzma could be found here:
+
+https://www.lfd.uci.edu/~gohlke/pythonlibs/
 
 
 Apple's iBooks FairPlay DRM