638
edits
(→Build and Install MCPP: typo) |
(→Do the oink thing: needs a ./configure step in there) |
||
| Line 26: | Line 26: | ||
== Do the oink thing == | == Do the oink thing == | ||
wget http://people.mozilla.org/~tglek/checkout.sh | |||
sh checkout.sh http://hg.mozilla.org | sh checkout.sh http://hg.mozilla.org | ||
Now, depending on your version of hg, you may need to manually update the working directory for elsa and elkhound: | Now, depending on your version of hg, you may need to manually update the working directory for elsa and elkhound: | ||
hg -R oink-stack/elkhound update -C tip | |||
hg -R oink-stack/elsa update -C tip | hg -R oink-stack/elsa update -C tip | ||
hg -R oink-stack/oink update -C tip | hg -R oink-stack/oink update -C tip | ||
Build it. | Build it. | ||
cd oink-stack | |||
make | ./configure | ||
make | |||
== Building Mozilla with MCPP == | == Building Mozilla with MCPP == | ||
edits