61
edits
mNo edit summary |
mNo edit summary |
||
| Line 66: | Line 66: | ||
#<pre>sudo ./meego-assistant login</pre>On first start this actually does the final configuration of the Image. Like downloading basic build dependencies, installing mercurial and autoconf2.13. | #<pre>sudo ./meego-assistant login</pre>On first start this actually does the final configuration of the Image. Like downloading basic build dependencies, installing mercurial and autoconf2.13. | ||
#Get Mozilla Sources and apply Meego Developer Patches on it<br> | #Get Mozilla Sources and apply Meego Developer Patches on it<br> | ||
<pre>cd /meegoWorkingDirectory | <pre>cd /meegoWorkingDirectory | ||
hg clone http://hg.mozilla.org/mozilla-central cd mozilla-central hg clone http://hg.mozilla.org/mobile-browser mobile cd mobile/.hg hg clone http://hg.mozilla.org/users/romaxa_gmail.com/workbase_prc2 patches cd patches hg update -C mobile-browser cd ../../../.hg/ hg clone http://hg.mozilla.org/users/romaxa_gmail.com/workbase_prc2 patches cd ../ hg qpush --all cd mobile hg qpush --all cd .. wget [THIS MOZCONFIG] make -f client.mk build | hg clone http://hg.mozilla.org/mozilla-central | ||
</pre> | cd mozilla-central | ||
hg clone http://hg.mozilla.org/mobile-browser mobile | |||
cd mobile/.hg | |||
hg clone http://hg.mozilla.org/users/romaxa_gmail.com/workbase_prc2 patches | |||
cd patches | |||
hg update -C mobile-browser | |||
cd ../../../.hg/ | |||
hg clone http://hg.mozilla.org/users/romaxa_gmail.com/workbase_prc2 patches | |||
cd ../ | |||
hg qpush --all | |||
cd mobile | |||
hg qpush --all | |||
cd .. | |||
wget [THIS MOZCONFIG] | |||
make -f client.mk build | |||
</pre> | |||
MOZCONFIG, i386 Build | MOZCONFIG, i386 Build | ||
<pre>export LDFLAGS="-Wl,--no-keep-memory,-rpath-link,$PWD/dist/bin/:/usr/lib:/lib" | <pre>export LDFLAGS="-Wl,--no-keep-memory,-rpath-link,$PWD/dist/bin/:/usr/lib:/lib" | ||
edits