diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md index 142a9c9..6e2c121 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,17 @@ You can find the latest released binary at the following links: - [UnRAR](http://www.rarlab.com/download.htm) *(For CBR/RAR support)* - [7za](http://www.7-zip.org/download.html) *(For 7z/CB7 support)* -### For compiling/running from source: +### For running from source: - Python 3.3 - [PyQt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) - [Pillow](http://pypi.python.org/pypi/Pillow/) 2.3.0+ - [psutil](https://pypi.python.org/pypi/psutil) - [python-slugify](http://pypi.python.org/pypi/python-slugify) +### For freezing code: +- Windows - [cx_Freeze](https://bitbucket.org/anthony_tuininga/cx_freeze) version 4.3.2 with [this](https://bitbucket.org/anthony_tuininga/cx_freeze/pull-request/29/conversions-to-support-untranslated-wide) patchset. +- OS X - [py2app](https://bitbucket.org/ronaldoussoren/py2app) HEAD version. + ## USAGE Should be pretty self-explanatory. All options have detailed informations in tooltips. @@ -314,6 +318,9 @@ The app relies and includes the following scripts/binaries: ####4.0: +## KNOWN ISSUES +Please check [wiki page](https://github.com/ciromattia/kcc/wiki/Known-issues). + ## COPYRIGHT Copyright (c) 2012-2013 Ciro Mattia Gonano and Paweł Jastrzębski. |