mozilla build from source code
1. get the mozilla source code -------------------------------------------------- Get source code from https://developer.mozilla.org/en/Download_Mozilla_Source_Code Copy the firefox-1.5-source.tar.tar in e:\ Create a directory called e:\mozilla Extract the firefox-1.5.source.tar.tar into mozilla directory 2. install cygwin -------------------------------------------------- run http://www.cygwin.com/setup.exe choose the first type of install (the first form with the 3 radio-buttons) and choose "DOS" style line endings as you read the http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites you see that you need to make sure that the cygwin packages include these: ash -- UNIX-like command line interpreter shell (Base category) coreutils -- GNU core utilities (includes fileutils, sh-utils, and textutils) (Base category) diffutils -- file comparison utility (Base category) findutils (Base category) gawk -- pattern matching language (Base and Interpretors categories) grep ...