176
edits
(→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, | <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> | ||
===Install the SDK=== | ===Install the SDK=== |
edits