Confirmed users
2,023
edits
| Line 32: | Line 32: | ||
==Build the the trunk (mozilla 1.9)== | ==Build the the trunk (mozilla 1.9)== | ||
<code><pre> | |||
mkdir moz1.9 | mkdir moz1.9 | ||
cd moz1.9/ | cd moz1.9/ | ||
| Line 42: | Line 43: | ||
cat attachment.cgi\?id\=287745 | patch -p1 | cat attachment.cgi\?id\=287745 | patch -p1 | ||
make -f client.mk build_all | make -f client.mk build_all | ||
</pre></code> | |||