Go to file
Flinner Yuu 365f3d4268
doc: Make/Ninja build instructiosn
2024-12-04 12:05:00 +03:00
patient_files feat: init 2024-12-04 11:51:16 +03:00
CMakeLists.txt feat: init 2024-12-04 11:51:16 +03:00
Clinic.cpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
Patient.cpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
Patient.hpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
README.md doc: Make/Ninja build instructiosn 2024-12-04 12:05:00 +03:00
Visit.cpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
Visit.hpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
linkedList.cpp feat: init 2024-12-04 11:51:16 +03:00
main.cpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
patients.txt feat: init 2024-12-04 11:51:16 +03:00

README.md

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