Embedding/IPCLiteAPI: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
== Build instructions: ==
== Build instructions: ==
<pre>
<pre>
hg clone http://hg.mozilla.org/mozilla-central
git clone git://github.com/romaxa/mozilla-central.git
cd mozilla-central
cd mozilla-central
hg clone http://hg.mozilla.org/users/romaxa_gmail.com/embedipc_queue .hg/patches
git checkout embedlite
hg update -R .hg/patches 363:3cf100bfe72b
hg update `cat .hg/patches/changeset`
hg qpush -a


cp .hg/patches/mozconfig.gtkdesktop  mozconfig
cp embedding/embedlite/config/mozconfig.gtkdesktop  mozconfig
# or
# or
# cp .hg/patches/mozconfig.qtdesktop mozconfig
# for harmattan
# cp embedding/embedlite/config/mozconfig.qtN9-qt mozconfig
MOZCONFIG=$(pwd)/mozconfig make -f client.mk build_all
MOZCONFIG=$(pwd)/mozconfig make -f client.mk build_all
</pre>
</pre>
Confirmed users
180

edits

Navigation menu