Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <[email protected]>
  • Loading branch information
parrt committed Apr 9, 2022
1 parent 6bdf625 commit 1b9ba52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b9ba52

Please sign in to comment.