Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 303 Bytes

build.md

File metadata and controls

18 lines (9 loc) · 303 Bytes

DietCli is written in C++ 11 with RapidJson as dependency.

Dependencies.

  1. RapidJSON

  2. Cmake.

  3. Any C++ 11 compatible compiler.


Building

First make sure you that you have RapidJSON installed.

Clone this repository and run mkdir build && cmake -B build/ && cmake --build build/