canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) No edit summary |
MarkFinkle (talk | contribs) No edit summary |
||
| Line 21: | Line 21: | ||
* Add branding line | * Add branding line | ||
** <code>ac_add_options --enable-official-branding</code> | ** <code>ac_add_options --enable-official-branding</code> | ||
= Install Location = | |||
Fennec uses debian packages to install on Maemo. We can set the desired install location for Fennec using some MOZCONFIG settings: | |||
* Add global options | |||
** <code>ac_add_options --prefix=/opt/mozilla</code> | |||
** <code>ac_add_options --libdir=/opt/mozilla</code> | |||
where <code>/opt/mozilla</code> is the location on the device | |||
= Shared vs Static Libraries = | = Shared vs Static Libraries = | ||