diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-07 12:14:03 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-07 12:14:03 +0100 |
commit | 33cfd92cefe64fcaadd94a3e481ca81e0812e011 (patch) | |
tree | c1cbac25d16256e1a302fd8426db984653b05e41 /README.md | |
parent | Updated Inno Setup script (diff) | |
download | kcc-33cfd92cefe64fcaadd94a3e481ca81e0812e011.tar.gz kcc-33cfd92cefe64fcaadd94a3e481ca81e0812e011.tar.bz2 kcc-33cfd92cefe64fcaadd94a3e481ca81e0812e011.zip |
Remove 10.8 limit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 26b07f5..f587874 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can find the latest released binary at the following links: - [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) +- **To build OS X release on Mavericks (10.9) you need a modified QT:** [Patch](https://github.com/ciromattia/kcc/blob/master/other/QT-4.8.5-QListWidget.patch); if you use [Homebrew](http://brew.sh) take a look at [PR #23793](https://github.com/mxcl/homebrew/pull/23793). ## USAGE |