Update README.md

This commit is contained in:
Miro Spönemann 2017-02-01 16:41:11 +01:00 committed by GitHub
parent 1c2b7a49f3
commit a531fe18c7

View file

@ -1,10 +1,12 @@
# Xtext Core Framework
# Eclipse Xtext Core Framework
This repository contains the platform-independent language framework.
This repository contains the platform-independent language framework of Xtext.
## How To Build
Check out and run `gradlew build`.
Check out and run `./gradlew build`.
The additional command line argument `-PcompileXtend=true` activates the [Xtend](http://xtend-lang.org) compiler, but this is optional because the generated Java code is included in the repository.
## Continuos Integration