Confirmed users
446
edits
mNo edit summary |
mNo edit summary |
||
Line 40: | Line 40: | ||
* Install MozillaBuild, from the [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla build instructions] | * Install MozillaBuild, from the [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla build instructions] | ||
* Use xemacs to add the contents of the script at [http://www.selenic.com/mercurial/wiki/index.cgi/MergingManuallyInEditor] to ~/.hgmerge using the command <code>xemacs ~/.hgmerge</code>. | * Use xemacs to add the contents of the script at [http://www.selenic.com/mercurial/wiki/index.cgi/MergingManuallyInEditor] to ~/.hgmerge using the command <code>xemacs ~/.hgmerge</code>. | ||
* Run the following | * Run the following commands in MozillaBuild: | ||
echo -e '[ui]\nmerge = ~/.hgmerge' > ~/.hgrc | echo -e '[ui]\nmerge = ~/.hgmerge' > ~/.hgrc | ||
chmod +x ~/.hgmerge | chmod +x ~/.hgmerge | ||
echo -e '\nexport PATH=$PATH:/c/Mercurial' >> ~/.bash_login | |||
* Install Mercurial from http://www.selenic.com/mercurial/wiki/index.cgi/BinaryPackages (use the first Windows site), and make sure the "change environment" checkbox in the installer's final page is checked. | * Install Mercurial from http://www.selenic.com/mercurial/wiki/index.cgi/BinaryPackages (use the first Windows site), and make sure the "change environment" checkbox in the installer's final page is checked. | ||
<!--* Install GNU make 3.81 or later. (<tt>sudo port install gmake</tt>, but watch out: an older version is probably still in your <tt>PATH</tt>.)--> | <!--* Install GNU make 3.81 or later. (<tt>sudo port install gmake</tt>, but watch out: an older version is probably still in your <tt>PATH</tt>.)--> | ||
* <tt>hg clone http://hg.mozilla.org/actionmonkey</tt> | * <tt>hg clone http://hg.mozilla.org/actionmonkey</tt> | ||
* <tt>cd actionmonkey</tt> | * <tt>cd actionmonkey</tt> |