Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 709 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 709 Bytes

Poco MD5 Example

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

Compiling steps

  1. Create a build directory:

    $ mkdir build && cd build
    
  2. Install dependencies (Poco -> OpenSSL -> zlib):

    $ conan install ..
    
  3. Configure the CMake project (Using MSVC 16 in this example):

    $ cmake .. -G "Visual Studio 16 2019"
    
  4. Build it:

    $ cmake --build . --config Release
    
  5. Run the application:

    $ .\bin\md5.exe
    c3fcd3d76192e4007dfb496cca67e13b