Liz Chak Assignment 1

From CDOT Wiki
Revision as of 03:40, 16 September 2006 by Elichak (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 Google. The command prompt spurted out this error message:

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.

I found my solution on a forum. Basically I just added "ac_add_options --disable-installer" to my .mozconfig file.


Resources