Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
(Sun JDK) |
(Finished!) |
||
| Line 21: | Line 21: | ||
export PATH | export PATH | ||
export CVS_RSH=ssh | export CVS_RSH=ssh | ||
export JAVA_HOME=/builds/jdk1.5.0_08 | |||
Fix some permissions, and create a <tt>/builds</tt> directory. | Fix some permissions, and create a <tt>/builds</tt> directory. | ||
| Line 64: | Line 65: | ||
make | make | ||
make install | make install | ||
== To build mozilla == | |||
The mozconfig for building mozilla should contain the following settings: | |||
CC=/builds/gcc-trunk/installed-release/bin/gcc | |||
CXX=/builds/gcc-trunk/installed-release/bin/g++ | |||