Confirmed users
2,023
edits
| Line 66: | Line 66: | ||
ac_add_options --enable-application=mobile | ac_add_options --enable-application=mobile | ||
ac_add_options --with-libxul-sdk=<path to the SDK you downloaded and extracted> | ac_add_options --with-libxul-sdk=<path to the SDK you downloaded and extracted> | ||
</pre> | |||
You then need to pull nspr and nss, simply because client.mk assumes you want to configure it. | |||
<pre> | |||
python client.py checkout | |||
</pre> | </pre> | ||