39
edits
Petermichaux (talk | contribs) |
Petermichaux (talk | contribs) |
||
Line 25: | Line 25: | ||
Things work slightly differently in Mercurial-land. The following might make more sense if you're already familiar with building Mozilla in the old-school CVS world. But even if you're not, you can give it a try: | Things work slightly differently in Mercurial-land. The following might make more sense if you're already familiar with building Mozilla in the old-school CVS world. But even if you're not, you can give it a try: | ||
* Install Mercurial perquisites (ASCIIDOC and a three way merge program) http://www.selenic.com/mercurial/ | * Install Python 2.4 or later. (<tt>sudo port install python24</tt>)* Install Mercurial perquisites (ASCIIDOC and a three way merge program) http://www.selenic.com/mercurial/ | ||
* Install Mercurial. (On Mac with MacPorts, <tt>sudo port install mercurial</tt>) | * Install Mercurial. (On Mac with MacPorts, <tt>sudo port install mercurial</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>.) | * 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> |
edits