Confirmed users
180
edits
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
== [http://hg.mozilla.org/users/romaxa_gmail.com/embedipc_queue Source code path queue] == | == [http://hg.mozilla.org/users/romaxa_gmail.com/embedipc_queue Source code path queue] == | ||
== [https://bugzilla.mozilla.org/show_bug.cgi?id=713681 BMO Bug 713681] == | == [https://bugzilla.mozilla.org/show_bug.cgi?id=713681 BMO Bug 713681] == | ||
== Build instructions: == | |||
<pre> | |||
hg clone http://hg.mozilla.org/users/romaxa_gmail.com/mozilla_ipcembed | |||
cd mozilla_ipcembed | |||
cd .hg | |||
hg clone http://hg.mozilla.org/users/romaxa_gmail.com/embedipc_queue patches | |||
cd .. | |||
hg update -C embedipc | |||
hg qpush -a | |||
cp .hg/patches/mozconfig.gtkdesktop mozconfig | |||
# or | |||
# cp .hg/patches/mozconfig.qtdesktop mozconfig | |||
MOZCONFIG=$(pwd)/mozconfig make -f client.mk build_all | |||
</pre> | |||
== Basic view of new architecture: == | == Basic view of new architecture: == | ||
[[File:EmbedIPC-basic.png]] | [[File:EmbedIPC-basic.png]] |