CS207-HW3/README.md

338 B

Build Instructions

Clone the repo:

git clone https://gitea.ammar.engineer/ammar/CS207-HW3
cd CS207-HW3

Then Choose to build with Ninja or Make

Build With Make:

cmake -B build
cmake --build build

Build With Ninja:

cmake -B build -G Ninja
ninja -C build

Run:

./build/ClinicApp