this is the working repo for the System Monitor project within the C++ Nanodegree.
-
clone this directory into your system via
git clone https://github.com/Rank-N-Tensor/System_Monitor.git -
move into directory
-
mkdir build && cd build && cmake .. && make
4.to run the application
cd .. && ./build/monitor
