176
edits
m (→Build) |
|||
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, 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 ... | ||
<pre> | <pre> | ||
Line 103: | Line 103: | ||
</pre> | </pre> | ||
And install your SDK as described in the following section : | ... And install your SDK as described in the following section : | ||
===Install libxul SDK=== | ===Install libxul SDK=== |
edits