/MyContact

A Contact Management System developed in C++.

Primary LanguageC++

MyContact

A Contact Management System developed in C++.

How to use

1. Build (Ensure you have CMAKE in your environment)

Method I. Manually
mkdir build
cd build
cmake ..
cmake -build .
Method II. With Shell-Script
sh build_script_linux_mac.sh

2. Run the app file

// Make sure the app (executable file) file is in current directory
./app