82
edits
| Line 96: | Line 96: | ||
make -f client.mk pull_all | make -f client.mk pull_all | ||
wget https://bugzilla.mozilla.org/attachment.cgi?id=287745 | wget https://bugzilla.mozilla.org/attachment.cgi?id=287745 | ||
cat attachment.cgi\?id\=287745 | patch -p1 # note: the patch is found not working | cat attachment.cgi\?id\=287745 | patch -p1 # note: the patch is found not working !!!! please check. | ||
make -f client.mk build_all | make -f client.mk build_all | ||
</pre></code> | </pre></code> | ||
Or, again, you can use the convenient script below. | Or, again, you can use the convenient script below. | ||
[1. The patch is found not working. Please check! | |||
2. Before doing 'make -f client.mk build_all', please disable-tests in mozconfig. | |||
--[[User:Kennykaiyinyu|Kennykaiyinyu]] 23:17, 28 January 2008 (PST)] | |||
==Run It!== | ==Run It!== | ||
edits