update comment

This commit is contained in:
Terence Parr 2014-07-16 12:17:50 -07:00
parent 677cc279ad
commit b807e06df8
1 changed files with 4 additions and 1 deletions

View File

@ -3,12 +3,15 @@ import os
import string
"""
This script use my experimental build tool http://www.bildtool.org
This script uses my experimental build tool http://www.bildtool.org
In order to build the complete ANTLR4 product with Java, Python 2, and Python 3
targets, do the following from a UNIX command line. Windows build using this script
is not yet supported. Please use the mvn build or ant build.
!!!You must set path values in test_properties dictionary below to ensure Python
tests run.!!!
mkdir -p /usr/local/antlr # somewhere appropriate where you want to install stuff
cd /usr/local/antlr
git clone git@github.com:parrt/antlr4.git