Changes between Version 7 and Version 8 of QtWebKitGardening
- Timestamp:
- Sep 22, 2012, 4:33:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitGardening
v7 v8 6 6 = First steps before gardening = 7 7 8 * Get Ubuntu 11.10, Install it. Install this metapackage: [https://launchpad.net/~loki-inf/+archive/sedkit] 9 {{{ 10 * sudo add-apt-repository ppa:loki-inf/sedkit 8 * Get Ubuntu 11.10, Install it. Install this metapackage: [https://launchpad.net/~u-szeged/+archive/sedkit] 9 {{{ 10 * sudo add-apt-repository ppa:u-szeged/sedkit 11 * If you have Ubuntu 12.04, you have to change "precise" to "oneiric" in /etc/apt/sources.list.d/u-szeged-sedkit-precise.list 11 12 * sudo apt-get update 12 13 * sudo apt-get install sedkit-env-qtwebkit 14 13 15 }}} 14 16 * Build the actual Qt 5 for the WebKit trunk with this builder script: 15 17 {{{ 16 18 * git clone git://github.com/ossy-szeged/qt5-tools.git 17 * ./build-qt5.sh 19 * ./build-qt5.sh 18 20 * If there is Qt5 update, then the only thing left is to use git pull and run the script again. 19 }}} 21 22 note: 23 * build-qt5.sh uses 30 threads by default (-j option) 24 * Qt is installed into /usr/local/Trolltech (normal user doesn't have write permission for it by default 25 }}} 26 * Download testfonts, set environment variables (note: the latest suffix of QTDIR is QT_WEEKLY_REV in [https://github.com/ossy-szeged/qt5-tools/blob/master/build-qt5-env build-qt5-env]) 27 {{{ 28 * git clone git://gitorious.org/qtwebkit/testfonts.git 29 * export WEBKIT_TESTFONTS=/home/webkit/testfonts 30 * export TZ=America/Los_Angeles ( to make all JSC tests pass :) ) 31 * export QTDIR=/usr/local/Trolltech/Qt5/Qt-5.0.0-beta1 32 * export PATH=/usr/local/Trolltech/Qt5/Qt-5.0.0-beta1/bin:$PATH 33 }}} 34 20 35 * Download WebKit, configure git svn, build WebKit. 21 36 {{{