Merge pull request #2017 from moon-fall/master

correct the version of the antlr jar package
This commit is contained in:
Terence Parr 2017-10-10 12:33:07 -07:00 committed by GitHub
commit 51c743c80e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ $ alias grun='java org.antlr.v4.gui.TestRig'
0. Install Java (version 1.6 or higher)
1. Download antlr-4.5.3-complete.jar (or whatever version) from [http://www.antlr.org/download/](http://www.antlr.org/download/)
Save to your directory for 3rd party Java libraries, say `C:\Javalib`
2. Add `antlr-4.5-complete.jar` to CLASSPATH, either:
2. Add `antlr-4.5.3-complete.jar` to CLASSPATH, either:
* Permanently: Using System Properties dialog > Environment variables > Create or append to `CLASSPATH` variable
* Temporarily, at command line:
```