176
edits
m (→Build) |
|||
Line 106: | Line 106: | ||
===Install libxul SDK=== | ===Install libxul SDK=== | ||
If you're not building a xulrunner objdir, but are rather using a downloaded Gecko SDK, you'll want to *install* your SDK prior to hacking fennec (especially if you intend to do 'performance' stuff) because some build features are only triggered are package-time. The easiest way to achieve this is throught system installation of your downloaded Gecko SDK : | |||
<pre> | <pre> | ||
make -f client.mk install | make -f client.mk install | ||
</pre> | </pre> | ||
edits