RIDDL Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

How To Build `riddlc`

1. Obtain source code

> git clone https://github.com/ossuminc/riddl.git
> cd riddl

2. Install JDK

Please follow the directions provided by Adoptium to install OpenJDK on your machine. For MacOS users, this boils down to:

brew install --cask temurin

3. Install sbt

Please follow the directions to install sbt which orchestrates the build for RIDDL. For MacOS users, this boils down to:

> brew install sbt

4. Build

Within the cloned repository’s directory (step 1 above), run this command:

> sbt "clean ; compile"