Skip to content

Latest commit

 

History

History
 
 

md5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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 15 in this example):

    $ cmake .. -G "Visual Studio 15 2017 Win64"
    
  4. Build it:

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

    $ .\bin\md5.exe
    c3fcd3d76192e4007dfb496cca67e13b