Mobile/Build/Fennec: Difference between revisions

Jump to navigation Jump to search
Line 97: Line 97:
</pre>
</pre>


<b>Note</b>: At this point, you should be able to run and/or debug fennec, as your downloaded Gecko SDK is properly found by your app. However, since you're not using a xulrunner objdir, some package-related features (e.g. xptlinking) will not work unless you *package* or *install* your SDK. To turn them on, add the following line to your mozconfig ...
<b>Note</b>: At this point, you should be able to run and/or debug fennec, as your downloaded Gecko SDK is properly found by your app. However, since you're not using a xulrunner objdir, the package-related features will not work unless you inform the Mozilla build system of this SDK, by adding the following line to your mozconfig file :


<pre>
<pre>
ac_add_options  --with-system-libxul
ac_add_options  --with-system-libxul
</pre>
</pre>
... And install your SDK as described in the following section :


===Install the SDK===
===Install the SDK===

Navigation menu