To build the dependencies & the project itself, The following must be installed:
- Microsoft Visual Studio 2019 (VS2019)
- CMake
For each dependency, CMD is assumed to be in the directory of `dependencies`. So, the first command is always changing into the directory which contains the dependency.
3. For `Debug``x64` configuration, open `Properties` of `cryptlib` project. In `C/C++``Code Generation`, set `Runtime Library` to `Multithreading Debug DLL (/MDd)`.
4. For `Release``x64` configuration, open `Properties` of `cryptlib` project. In `C/C++``Code Generation`, set `Runtime Library` to `Multithreading DLL (/MD)`.
5.`Batch Build``Debug` AND `Release``x64` of `cryptlib`.