Updated How to build ANTLR itself (markdown)

Terence Parr 2015-05-19 19:14:07 -07:00
parent 0b32a8ae63
commit e63c2256fd
1 changed files with 12 additions and 0 deletions

@ -25,11 +25,23 @@ Resolving deltas: 100% (22419/22419), done.
Checking connectivity... done.
```
Really though you'll need all the targets to build jars etc...
```bash
cd /tmp
git clone https://github.com/antlr/antlr4.git
git clone git@github.com:antlr/antlr4-csharp.git
git clone git@github.com:antlr/antlr4-javascript.git
git clone git@github.com:antlr/antlr4-python2.git
git clone git@github.com:antlr/antlr4-python3.git
```
# Compiling
First, let's make sure everything is clean just out of habit:
```bash
/tmp $ cd antlr4
/tmp/antlr4 $ ./bild.py clean
bootstrapping; downloading bilder.py
target clean