1
edit
Changes
no edit summary
Under construction!!
=Build Prerequisites=
=Configuration=
=Problems and Solutions=
The very first problem I encountered after I started to build took me merely a couple minutes to solve thanks to the great old [http://www.google.com Google]. The command prompt spurted out this error message:
<pre>
checking for makensis... no
configure: error: To build the installer makensis is required in your path.
To build without the installer reconfigure using --disable-installer.
</pre>
I found my solution on a [http://forums.mozillazine.org/viewtopic.php?t=92495&start=1320&sid=ad7fac8c3bc80a7373a0bf8957a15971 forum]. Basically I just added "ac_add_options --disable-installer" to my .mozconfig file.
=Resources=
=Build Prerequisites=
=Configuration=
=Problems and Solutions=
The very first problem I encountered after I started to build took me merely a couple minutes to solve thanks to the great old [http://www.google.com Google]. The command prompt spurted out this error message:
<pre>
checking for makensis... no
configure: error: To build the installer makensis is required in your path.
To build without the installer reconfigure using --disable-installer.
</pre>
I found my solution on a [http://forums.mozillazine.org/viewtopic.php?t=92495&start=1320&sid=ad7fac8c3bc80a7373a0bf8957a15971 forum]. Basically I just added "ac_add_options --disable-installer" to my .mozconfig file.
=Resources=