638
edits
Petermichaux (talk | contribs) |
m (→How to build: rm stray - after client.py cmd) |
||
Line 31: | Line 31: | ||
* <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> | ||
* <tt>python client.py checkout</tt> | * <tt>python client.py checkout</tt> ''(The <tt>actionmonkey</tt> repository doesn't contain all the source files you need. This Python script grabs all the other source files (from other repositories, both CVS and hg) and puts them into your tree in the right places.)'' | ||
* Then build as you normally would. (Hint: For a quick debug build of <tt>[http://developer.mozilla.org/en/docs/Introduction_to_the_JavaScript_shell js]</tt>, try <tt>cd js/src; make -f Makefile.ref</tt>.) | * Then build as you normally would. (Hint: For a quick debug build of <tt>[http://developer.mozilla.org/en/docs/Introduction_to_the_JavaScript_shell js]</tt>, try <tt>cd js/src; make -f Makefile.ref</tt>.) | ||
edits