Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 538 Bytes

rcrs-adf-core RCRS Agent Development Framework (Core)

(Linux) Instructions to download and build the core of the Agent Development Framework (ADF)

1. Software Pre-Requisites

  • Git
  • Gradle 6.1.1+
  • OpenJDK Java 8+

2. Download

$ git clone https://github.com/roborescue/rcrs-adf-core.git

3. Compile

$ ./gradlew clean

$ ./gradlew build

4. Support

To report a bug, suggest improvements or request support, please open an issue at GitHub https://github.com/roborescue/rcrs-adf-core/issues.