This project requires the following tools and libraries:
- A C++ Compiler supporting C++17.
- CMake (optional)
- make
- yaml-cpp
- If you are on Ubuntu,
apt
can be used to install yaml-cpp (sudo apt-get install -y cmake make libyaml-cpp-dev
). - If you are on MacOS,
brew
can be used to install yaml-cpp (brew install -y cmake make libyaml-cpp-dev
).
Please make sure all of these are installed and properly configured before building the project.