Update OS X instructions and add Qt Mac Extras.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 Jun 2013 22:32:01 +0000 (22:32 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 Jun 2013 22:32:01 +0000 (22:32 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@49874 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.qt

index d6701e703496bdbf165930e5d83ec6024d8f9a98..9920242d3a64a88db26015c85474ea25ee28b506 100644 (file)
@@ -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