HowToMeegoFennecDraft: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
Line 22: Line 22:
#Get and Compile Mercurial<br>MeegoSDK is missing Mercurial packages, we need to download, compile and install them by our own.<br><pre>cd /meegoWorkingDirectory
#Get and Compile Mercurial<br>MeegoSDK is missing Mercurial packages, we need to download, compile and install them by our own.<br><pre>cd /meegoWorkingDirectory
</pre>
</pre>
<pre>wget http://mercurial.selenic.com/release/mercurial-1.7.2.tar.gz </pre>
<pre>tar -xzf mercurial-1.7.2.tar.gz </pre>
<pre>cd mercurial-1.7.2.tar.gz make install cd ..</pre>


wget http://mercurial.selenic.com/release/mercurial-1.7.2.tar.gz tar -xzf mercurial-1.7.2.tar.gz cd mercurial-1.7.2.tar.gz make install cd ..
#Get Xulrunner Sources from Meego Developer Preview Repository (based on Firefox Mobile Beta 2)<br><pre>cd /meegoWorkingDirectory </pre>
<pre>hg clone http://hg.meego.com/mozilla-central </pre>
<pre>hg update -C PRC1 </pre>


#Get Xulrunner Sources from Meego Developer Preview Repository (based on Firefox Mobile Beta 2)<br><pre>cd /meegoWorkingDirectory
hg clone http://hg.meego.com/mozilla-central
hg update -C PRC1
</pre>
#Compile<br>The checkout there is still debian based, this needs to be adjusted. For now its good enough to use the mozconfig provided in the bottom of this page.<br><pre>make -f client.mk build</pre><br>
#Compile<br>The checkout there is still debian based, this needs to be adjusted. For now its good enough to use the mozconfig provided in the bottom of this page.<br><pre>make -f client.mk build</pre><br>


Navigation menu