(https://github.com/irfanHaslanded/PasswordManager/releases)
a. openssl
b. gtest (if you want to run the tests)
c. cmake
d. gcc
0. cd PasswordManager/
a. mkdir build; cd build; # build directory
b. cmake ../src; # to create the make files
c. make # to generate the application binaries
d. make test # to run the tests