Example of and MD5 calculation app using POCO C++ libraries installed with Conan C/C++ package manager.
Mostly used to run the conan.io getting started: https://docs.conan.io/en/latest/getting_started.html
-
Create a build directory:
$ mkdir build && cd build
-
Install dependencies (Poco -> OpenSSL -> zlib):
$ conan install ..
-
Configure the CMake project (Using MSVC 15 in this example):
$ cmake .. -G "Visual Studio 15 2017 Win64"
-
Build it:
$ cmake --build . --config Release
-
Run the application:
$ .\bin\md5.exe c3fcd3d76192e4007dfb496cca67e13b