Install ncurses library using following commands on linux terminal:
-
Install dependencies
1.1 install cmake using snap/apt or from offical website
1.2 Install ncurses library
sudo apt-get install libncurses5-dev libncursesw5-dev
-
Commands to build and run project locally (in Linux):
cd src
cmake -S . -B ./out/build
cd ../out/build
make
./PROCESS_MONITOR