Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 558 Bytes

SetUp.md

File metadata and controls

26 lines (21 loc) · 558 Bytes

Set-Up guide for this repo

This project is build in a dev-container based on an ubuntu image. Therefore docker desktop is requiered to follow this manual

Docker Set-Up

Run the following command in the root directory of this project

docker compose up --build

Afterwards a IDE (like VSCode) can be attached to the running container.

Execute System Monitor

1. Remove old build files

make clean

2. Build project

make build

3. Run executable to see system monitor

/cpp-project/build/monitor