blob: 1a673998b027fa9dcc7fb2c5f48062447183ac82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
This directory contains the metadata for building and
packaging Qt Mobility on Harmattan.
HOW TO BUILD FOR HARMATTAN
==========================
(note: this is a brief overview and many aspects are uncovered)
From within Scratchbox, at the top level of the Mobility
source tree:
$ ln -s src/harmattaninstalls debian
$ dpkg-checkbuilddeps
$ fakeroot apt-get install (any missing dependencies mentioned above)
$ dpkg-buildpackage -rfakeroot
|