Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 271 Bytes

mongocxx depends on MongoDB C driver (libmongoc) and BSON lib (libbson) run ./setup.sh

ImGui requires glew and glfw libraries Install only if GUI is needed to disable gui pass WITH_GUI OFF

sudo apt-get install libglew-dev

sudo apt-get install libglfw3-dev libglfw3