mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Update README.md
This commit is contained in:
parent
1c2b7a49f3
commit
a531fe18c7
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue