chiark / gitweb /
Mention setting JAVA_HOME for build in README
[jarrg-owen.git] / README
diff --git a/README b/README
index 3d29f3d044612b4ba93b1218b56595b30cbf834d..dc7902bcf6c619a4a6042606c438a82b1740d7dd 100644 (file)
--- a/README
+++ b/README
@@ -29,8 +29,14 @@ Source
 To build from source you will need a Java SDK, version 6, and Apache
 ant, as well as NSIS to build the Windows installer package.
 
-cd src
-ant -f PCTB.xml
+  cd src
+  ant -f PCTB.xml
+
+Currently this only seems to work with the Sun JDK.  If your default
+JDK is OpenJDK then the following rune may work better:
+
+  JAVA_HOME=/usr/lib/jvm/java-6-sun ant -f PCTB.xml
+
 
 Bugs
 ----