From 1b9ba523e646f54d49bd9d39bdcd4516c0f9415f Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Sat, 9 Apr 2022 11:49:10 -0700 Subject: [PATCH] update doc Signed-off-by: Terence Parr --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index a9725255..3e50af01 100644 --- a/README.txt +++ b/README.txt @@ -110,11 +110,11 @@ How do I install this damn thing? You will have grabbed either of these: - http://www.antlr3.org/download/antlr-3.5.2-complete-no-st3.jar - http://www.antlr3.org/download/antlr-3.5.2-complete.jar + http://www.antlr3.org/download/antlr-3.5.3-complete-no-st3.jar + http://www.antlr3.org/download/antlr-3.5.3-complete.jar It has all of the jars you need combined into one. Then you need to -add antlr-3.5-complete.jar to your CLASSPATH or add to arg list; e.g., on unix: +add antlr-3.5.3-complete.jar to your CLASSPATH or add to arg list; e.g., on unix: $ java -cp "/usr/local/lib/antlr-3.5.3-complete.jar:$CLASSPATH" org.antlr.Tool Test.g