61
edits
m (→Steps) |
m (→Steps) |
||
| Line 27: | Line 27: | ||
#Get Xulrunner Sources from Meego Developer Preview Repository<br><pre>cd /meegoWorkingDirectory </pre><pre>hg clone http://hg.meego.com/mozilla-central</pre> <pre>cd mozilla-central</pre><pre>hg clone http://hg.meego.com/mobile-browser mobile</pre><pre>cd mobile</pre><pre>hg update -C PRC1</pre><pre>cd ..</pre> <pre>hg update -C PRC1</pre> | #Get Xulrunner Sources from Meego Developer Preview Repository<br><pre>cd /meegoWorkingDirectory </pre><pre>hg clone http://hg.meego.com/mozilla-central</pre> <pre>cd mozilla-central</pre><pre>hg clone http://hg.meego.com/mobile-browser mobile</pre><pre>cd mobile</pre><pre>hg update -C PRC1</pre><pre>cd ..</pre> <pre>hg update -C PRC1</pre> | ||
#Copy mozconfig from this page into the /meegoWorkingDirectory | #Copy mozconfig from this page into the /meegoWorkingDirectory | ||
#Compile<br>The checkout there is still debian based, this needs to be adjusted. For now | #Compile<br>The checkout there is still debian based, this needs to be adjusted. For now it's good enough to use the mozconfig provided in the bottom of this page.<br><pre>make -f client.mk build</pre> | ||
#Package it | #Package it<br><pre>cd build-tree/obj-qt-buildxulrunner/xulrunner</pre><br><pre>make package</pre> | ||
#Copy it to your device<br><pre>scp fennec-#####.en-US.linux-i686.tar.bz2 | #Copy it to your device<br><pre>scp fennec-#####.en-US.linux-i686.tar.bz2 <user>@IPTOYOURMEEGONETBOOK:/home/<user></pre><br> | ||
#Extract it | #Extract it | ||
#Run it | #Run it | ||
edits