Skip to content

lasote/example-openssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-openssl

Project to reuse the OpenSSL package created with Conan C and C++ package manager

Instructions (Windows):

$ git clone https://github.com/lasote/example-openssl.git
$ cd example-openssl
$ mkdir build && cd build
$ conan install ..
$ cmake .. -G "Visual Studio 14 Win64"
$ cmake --build . --config Release
$ cd bin
$ md5

Instructions (Linux/OSx):

$ git clone https://github.com/lasote/example-openssl.git
$ cd example-openssl
$ mkdir build && cd build
$ conan install ..
$ cmake ..
$ cmake --build .
$ cd bin
$ md5

About

OpenSSL use with Conan package manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors