aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-06-10 22:32:01 +0000
committerGerald Combs <gerald@wireshark.org>2013-06-10 22:32:01 +0000
commitd0adf25e255fd44111f1cf60f6348d4698ee3081 (patch)
tree07ddcc19ac1943384e1d4995f568a5d26c80d871
parentf5e892cbac7fba546d80a1e10718420f1c89fee1 (diff)
Update OS X instructions and add Qt Mac Extras.
svn path=/trunk/; revision=49874
-rw-r--r--doc/README.qt14
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