176
edits
(added win32 instructions) |
|||
| Line 95: | Line 95: | ||
<pre> | <pre> | ||
make -f client.mk build | make -f client.mk build | ||
</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 | |||
<pre> | |||
ac_add_options --with-system-libxul | |||
</pre> | |||
And install your SDK as described in the following section : | |||
===Install libxul SDK=== | |||
<pre> | |||
make -f client.mk install | |||
</pre> | </pre> | ||
edits