diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-11-06 11:08:14 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-11-06 11:08:14 +0100 |
commit | 38007ab3d52225ddacc8c016dc5f0a81844ae217 (patch) | |
tree | 0552496cd6dfa30770c1d43f1609fe4471fe0391 /README.md | |
parent | Tweaked KindleGen/KindleUnpack multiprocessing (diff) | |
download | kcc-38007ab3d52225ddacc8c016dc5f0a81844ae217.tar.gz kcc-38007ab3d52225ddacc8c016dc5f0a81844ae217.tar.bz2 kcc-38007ab3d52225ddacc8c016dc5f0a81844ae217.zip |
Number of KindleGen threads is now dynamic
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 4441ed4..26b07f5 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,9 @@ You can find the latest released binary at the following links: ### For compiling/running from source: - Python 2.7 - Included in MacOS and Linux, follow the [official documentation](http://www.python.org/getit/windows/) to install on Windows. -- PyQt4 - Please refer to official documentation for installing into your system. +- [PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/download) - Please refer to official documentation for installing into your system. - [Pillow](http://pypi.python.org/pypi/Pillow/) 2.2.1+ - For comic optimizations. Please refer to official documentation for installing into your system. +- [Psutil](https://code.google.com/p/psutil/) - Please refer to official documentation for installing into your system. - **To build OS X release a modified QT is required:** [Patch](https://github.com/ciromattia/kcc/blob/master/other/QT-4.8.5-QListWidget.patch) ## USAGE |