- Open a terminal.
- Navigate to the project directory.
- Run the following commands: mkdir build cd build cmake .. make
- Run the executable: ./app Or using the scripts
run the build.sh to build the project run run.sh to run the executable run start.sh to run the makefile