How To Build `riddlc`
> git clone https://github.com/ossuminc/riddl.git
> cd riddl
Please follow the directions provided by Adoptium to install OpenJDK on your machine. For MacOS users, this boils down to:
brew install --cask temurin
Please follow the directions to install sbt which orchestrates the build for RIDDL. For MacOS users, this boils down to:
> brew install sbt
Within the cloned repository’s directory (step 1 above), run this command:
> sbt "clean ; compile"