A readme is soon to come. For now, I have commented the build.xml ant file. Check it out! Things you will need to build ----------------------------- * java * install JDK (1.4.2) * add JAVA_HOME env var (default C:\j2sdk1.4.2_07) * add JAVA_HOME/bin to PATH * ant * install apache ant (1.6.2) * add ANT_HOME env var (C:\apache-ant-1.6.2) * add ANT_HOME/bin to PATH * NOTE: make sure '.' is NOT in your Java Classpath. This version of ANT loads any jar files that it sees on the classpath which locks the file. If the build is trying to create a jar that is on the classpath it may be locked and an error produced. * cpp * make a C:\cpp-bin folder * copy cpp.exe and cc1.exe to cpp-bin * add cpp-bin to PATH