Windows
Java
gcc, g++

Unix
Java
for g++ and gcc update to 3.4.4 if possible, otherwise use the built in compliers.

Macintosh OSX
For java use the automatic updates under os 10.4.x
gcc, g++


PC^2
download This still needs the proper config files to work with our contest.
The PATH variable needs to be set to contain the Java bin directory, as well as the pc^2 folder.
The CLASSPATH variable needs to be set to contain the pc^2 folder.

on the mac under 10.4 this means creating a .profile file in your home directory and having it contain the folowing two lines: (replacing $PC2HOME with the path to the pc2v87 folder)

export PATH=/Library/Java/Home/bin:$PC2HOME:$PATH
export CLASSPATH=$PC2HOME:$CLASSPATH

PC^2 Config Files
To get the PC^2 system to connect to the server you need to download these three files and place them in the pc2v87 folder (this will replace default files.
pc2v8.ini
sitelist.ini
reject.ini

PC^2 Documentation
admin guide
team guide
FAQ