Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 535 Bytes

DEPENDENCIES.md

File metadata and controls

17 lines (12 loc) · 535 Bytes

Project Dependencies

This project requires the following tools and libraries:

Tools

  • A C++ Compiler supporting C++17.
  • CMake (optional)
  • make

Libraries

  • yaml-cpp

Package Managers (optional)

  • 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.