Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
(Sun JDK) |
|||
| Line 3: | Line 3: | ||
== Install CentOS4.3 from CDs == | == Install CentOS4.3 from CDs == | ||
For the moment, I'm using "bsmedberg" as the regular user. If we are going to provide a public download of the VM, we probably shouldn't use the standard cltbld account/password. I'm not sure how that should work security-wise. | |||
Choose the development workstation installation set. | Choose the development workstation installation set. | ||
== Fix some permissions, create /builds directory == | == Fix some permissions, create /builds directory == | ||
| Line 36: | Line 32: | ||
Logout/login to pick up new group setting | Logout/login to pick up new group setting | ||
== Install Sun Java JDK == | |||
Note: we should archive this binary somewhere | |||
Go to http://java.sun.com/javase/downloads/ | |||
Click through to JDK 5.0 Update 8 | |||
Download the "Linux self-extracting file"... ''not the RPM'' | |||
Save to /builds | |||
cd /builds | |||
./jdk-1_5_0_08-linux-i586.bin | |||
# type 'yes' to accept the license | |||
== Get GCC trunk builds == | == Get GCC trunk builds == | ||