Changes between Version 13 and Version 14 of BuildingQtOnOSX


Ignore:
Timestamp:
Jan 31, 2011 4:44:06 PM (13 years ago)
Author:
andreas.kling@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnOSX

    v13 v14  
    33 * [BuildingQtOnWindows Building the Qt Port on Windows]
    44
    5 These instructions assume you are building on an OSX system with Mac Ports installed having the qt4-mac-devel (4.6) port installed.
     5These instructions assume you are building on an OSX system with Mac Ports installed having the qt4-mac (4.7.1) port installed.
    66
    77== Checkout the Code ==
    8 You'll need to check out WebKit from SVN or Qt WebKit from Git
     8You'll need to check out WebKit from SVN or QtWebKit from Git
    99{{{
    1010svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit # WebKit SVN Trunk
     
    2121Finally, set the QTDIR environment variable to Qt 4.x's installation path and make sure Qt 4.x's qmake is the first qmake in your PATH (typically by running `export PATH=$QTDIR/bin:$PATH`). If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.
    2222
    23 If you also build other ports on the same machine, make sure to zap the build directories first.
     23If you also build other ports on the same machine, make sure to zap the build directories (WebKitBuild/) first. You can also override the build directory with the WEBKITOUTPUTDIR environment variable.
    2424
    2525Build WebKit and the Qt test browser with