Changes between Version 11 and Version 12 of QtWebKitGardening


Ignore:
Timestamp:
Feb 6, 2013 3:48:56 AM (11 years ago)
Author:
Csaba Osztrogonác
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitGardening

    v11 v12  
    66= First steps before gardening =
    77
    8  * Get Ubuntu 11.10 (or 12.04 or 12.10) and install it. Install this metapackage: [https://launchpad.net/~u-szeged/+archive/sedkit]
     8 * Get Ubuntu 12.04 or 12.10 and install it. Install this metapackage: [https://launchpad.net/~u-szeged/+archive/sedkit]
    99{{{
    1010 * sudo apt-get install python-software-properties
     
    1414
    1515}}}
     16 * Install GStreamer 1.0 (Will be mandatory soon, see https://bugs.webkit.org/show_bug.cgi?id=106669 for details)
     17{{{
     18 * sudo add-apt-repository ppa:gstreamer-developers/ppa
     19 * sudo apt-get update
     20 * sudo apt-get install gstreamer1.0 libgstreamer-plugins-base1.0-dev
     21}}}
     22
    1623 * Build the actual Qt 5 for the WebKit trunk with this builder script:
    1724{{{