Update OS X instructions and add Qt Mac Extras.

svn path=/trunk/; revision=49874
This commit is contained in:
Gerald Combs 2013-06-10 22:32:01 +00:00
parent f5e892cbac
commit d0adf25e25
1 changed files with 11 additions and 3 deletions

View 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