diff options
| author | 2010-07-31 15:55:17 +0000 | |
|---|---|---|
| committer | 2010-07-31 15:55:17 +0000 | |
| commit | f35f4ea9782e77175af38ffb726eba333c2a9372 (patch) | |
| tree | 1e72e62dc622f721170970fc6940f65be996fec3 | |
| parent | More memory leaks fixes (diff) | |
| download | KVIrc-f35f4ea9782e77175af38ffb726eba333c2a9372.tar.gz KVIrc-f35f4ea9782e77175af38ffb726eba333c2a9372.tar.bz2 KVIrc-f35f4ea9782e77175af38ffb726eba333c2a9372.zip | |
Add a hint about the Carbon version of Qt to the MacOSX installationn file
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4724 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | doc/INSTALL-MacOS.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/INSTALL-MacOS.txt b/doc/INSTALL-MacOS.txt index 16b5d67ea..0bd47c366 100644 --- a/doc/INSTALL-MacOS.txt +++ b/doc/INSTALL-MacOS.txt @@ -38,10 +38,14 @@ free), download XCode and follow the install instructions in the documentation. 2. QT-MAC I suggest to download and install the latest binary package from -http://www.qtsoftware.com/downloads/mac-os-cpp. Hint: If you do not want to do -deep debugging of Qt, you do NOT need the debugging libraries. Of course you can -donwload the sources and build Qt yourself. Read the documentation and build a -Framework (not the standard Unix-like library version) in that case. +http://www.qtsoftware.com/downloads/mac-os-cpp . As of 31.08.2010 the Carbon version +of Qt 4.6.3 seems to work a bit better than the Cocoa version since the latter is +affected by a bug related to font display (and specifically to font kerning). + +Hint: If you do not want to do deep debugging of Qt, you do NOT need the debugging +libraries. Of course you can donwload the sources and build Qt yourself. Read the +documentation and build a Framework (not the standard Unix-like library version) in +that case. 3. GNU gettext |
