Changes between Version 61 and Version 62 of BuildingQt5OnHarmattan


Ignore:
Timestamp:
Feb 2, 2012 1:12:49 PM (12 years ago)
Author:
lauro.neto@openbossa.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQt5OnHarmattan

    v61 v62  
    5353== Qt5 packages for Harmattan ==
    5454
    55 If you don't want to build Qt5 from scratch you can use a repository with the Qt5 modules required by QtWebKit. Currently only armel packages are available, built using the weekly hashes.
    56 
    57 On scratchbox:
    58    * Add "deb http://qtlabs.org.br/~lmoura/qt5/ unstable main xcb" to /etc/apt/sources.list
    59 
    60 On the device:
    61    * Run the script http://qtlabs.org.br/~lmoura/install_qt5.sh as root
    62    * To become root, on a developer-mode enabled device, use "devel-su" on the terminal or through ssh.
    63    * The script will create a qt5.list file on /etc/apt/sources.list.d/ with the repository line above and install all "qt5-*" packages.
    64    * Along with the Qt5 packages the repository will provide the missing xcb-util packages, using the scratchbox' ones.
    65 
    66 Usage:
    67    * All modules are installed to /opt/qt5. To use qmlscene and friends, point PATH to /opt/qt5/bin.
     55If you don't want to build Qt5 from scratch you can use a repository with the Qt5 modules required by QtWebKit. Instructions on Qt wiki: http://wiki.qt-project.org/Qt_5_on_Nokia_N9
    6856
    6957== Build WebKit ==