20 lines
266 B
Markdown
20 lines
266 B
Markdown
# gpl: Ghent Prolog
|
|
|
|
## Installation
|
|
|
|
This project requires Java to run. Other installation and build steps are handled by Gradle,
|
|
which is also wrapped in the `gpl` call.
|
|
|
|
## Usage
|
|
|
|
### Linux and MacOS
|
|
|
|
```shell
|
|
./src/gpl
|
|
```
|
|
|
|
## Tests
|
|
|
|
```shell
|
|
./gradlew test
|
|
```
|