diff options
author | Gerald Combs <gerald@wireshark.org> | 2013-06-10 22:32:01 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2013-06-10 22:32:01 +0000 |
commit | d0adf25e255fd44111f1cf60f6348d4698ee3081 (patch) | |
tree | 07ddcc19ac1943384e1d4995f568a5d26c80d871 /doc/README.qt | |
parent | f5e892cbac7fba546d80a1e10718420f1c89fee1 (diff) | |
download | wireshark-d0adf25e255fd44111f1cf60f6348d4698ee3081.tar.gz wireshark-d0adf25e255fd44111f1cf60f6348d4698ee3081.tar.bz2 wireshark-d0adf25e255fd44111f1cf60f6348d4698ee3081.zip |
Update OS X instructions and add Qt Mac Extras.
svn path=/trunk/; revision=49874
Diffstat (limited to 'doc/README.qt')
-rw-r--r-- | doc/README.qt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/README.qt b/doc/README.qt index d6701e7034..9920242d3a 100644 --- a/doc/README.qt +++ b/doc/README.qt @@ -47,9 +47,17 @@ Before compiling you need the Qt SDK and Qt Creator. 1.1.1 OS X -Download the latest Qt SDK (currently 1.1.4) from -http://qt.nokia.com/downloads/ and install it. Build the top-level -directory using CMake. +Download the latest Qt Library + Qt Creator (currently 5.0.2) from +http://qt-project.org/downloads/ and install it. For a more native +look and feel you should also install Qt Mac Extras: + + git clone http://qt.gitorious.org/qt/qtmacextras + cd qtmacextras + /path/to/qt5/qmake qtmacextras.pro + make + make -n install + # Make sure install output looks sensible + make install 1.1.2 Windows |