Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenSSL compile from source using Cmake?

I would like to pull in OpenSSL to our cross platform project and compile from source code. We have many platforms (Windows, Mac, iOS, Android, Xamarin Andriod) so using maintaining/updating binaries can be a headache. We are using cmake.

Has anyone successfully used Cmake to compile OpenSSL? Is there any example?

like image 768
M W Avatar asked Mar 06 '15 23:03

M W


1 Answers

openssl-cmake(1) project is an option. This provides a cmake build system for openssl. You are also no more dependent on PERL.

like image 148
kiranpradeep Avatar answered Sep 23 '22 07:09

kiranpradeep