1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-08-15 20:02:56 +02:00

Added antlr installation

This commit is contained in:
Tim Voronov
2018-09-27 16:07:36 -04:00
parent f8973aa504
commit af3dfe9ddc
2 changed files with 3 additions and 7 deletions

View File

@@ -17,9 +17,5 @@ addons:
- oracle-java8-set-default
before_install:
- shopt -s expand_aliases
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- sudo curl -O https://www.antlr.org/download/antlr-4.7.1-complete.jar
- export CLASSPATH=".:/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH"
- alias antlr4='java -jar /usr/local/lib/antlr-4.7.1-complete.jar'
- alias grun='java org.antlr.v4.gui.TestRig'
- sudo apt-get update -qq
- sudo apt-get install -qq antlr4

View File

@@ -60,8 +60,8 @@ For query syntax, you may go to [ArrangoDB web site](https://docs.arangodb.com/3
### Prerequisites
* Go >=1.6
* GoDep
* Chrome (optional)
* GNU Make
* Chrome or Docker (optional)
```sh
make build