Static Analysis/Installing the Oink Stack: Difference between revisions

Jump to navigation Jump to search
→‎Do the oink thing: needs a ./configure step in there
(→‎Do the oink thing: needs a ./configure step in there)
Line 26: Line 26:
== Do the oink thing ==
== Do the oink thing ==


<pre>wget http://people.mozilla.org/~tglek/checkout.sh
wget http://people.mozilla.org/~tglek/checkout.sh
sh checkout.sh http://hg.mozilla.org</pre>
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:


<pre>hg -R oink-stack/elkhound update -C tip
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</pre>
hg -R oink-stack/oink update -C tip


Build it.
Build it.


<pre>cd oink-stack;
cd oink-stack
make</pre>
./configure
make


== Building Mozilla with MCPP ==
== Building Mozilla with MCPP ==
638

edits

Navigation menu