Set up the build
cd to src file
mkdir build && cd build && cmake ..
Build the application
make monitor
Run the application
./monitor
The dependencies are same to the example in solution file. The program was write and run on MacOS, so it is not certain how it will work on other systems.