aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-06-29 07:11:59 +0000
committerKenneth Russel <[email protected]>2007-06-29 07:11:59 +0000
commitf031bb43a8e4e81abd85eca265023c70d14cc76d (patch)
tree722f0c1164ffe8b78c240bebd826780f93fd716b /doc/manual
parente31cfbb6ebcdb01d27fa72c76de506aee75d90d6 (diff)
Added note (thanks to Andre Onuki) that GlueGen doesn't currently work
with ANTLR 3.x git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@66 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'doc/manual')
-rwxr-xr-xdoc/manual/index.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html
index 2192af5..50fe71b 100755
--- a/doc/manual/index.html
+++ b/doc/manual/index.html
@@ -331,12 +331,14 @@ The source code for GlueGen may be obtained via CVS:
cvs -d :pserver:[email protected]:/cvs co gluegen
</pre>
-To build GlueGen, first download the current ANTLR jar file from <a
-href="http://antlr.org/">antlr.org</a>. (NOTE: do not place this jar
-file in the Extensions directory of the JRE or JDK, as this will cause
-the build to fail.) Next, copy <code>make/gluegen.properties</code>
-from the GlueGen workspace to your home directory (pointed to by the
-Java system property <code>user.home</code>; on Windows this is
+To build GlueGen, first download the ANTLR jar file from <a
+href="http://antlr.org/">antlr.org</a>. Currently GlueGen is only
+compatible with ANTLR releases up to 2.7.x and does not work with
+ANTLR 3.x. (NOTE: do not place the ANTLR jar file in the Extensions
+directory of the JRE or JDK, as this will cause the build to fail.)
+Next, copy <code>make/gluegen.properties</code> from the GlueGen
+workspace to your home directory (pointed to by the Java system
+property <code>user.home</code>; on Windows this is
e.g. <code>C:\Documents and Settings\username</code>). Edit the copy
of gluegen.properties in your home directory to point the
<code>antlr.jar</code> property to the location of the ANTLR jar file