An open API service indexing awesome lists of open source software.

https://github.com/flagarde/openssl-cmake

Build OpenSSL with CMake on Linux, MacOS, Win32, Win64
https://github.com/flagarde/openssl-cmake

cmake cross-platform linux macos openssl openssl-cmake windows

Last synced: 11 months ago
JSON representation

Build OpenSSL with CMake on Linux, MacOS, Win32, Win64

Awesome Lists containing this project

README

          

# openssl-cmake

[LC]: https://github.com/flagarde/openssl-cmake/actions/workflows/linux.yml
[LCB]: https://github.com/flagarde/openssl-cmake/actions/workflows/linux.yml/badge.svg

[MC]: https://github.com/flagarde/openssl-cmake/actions/workflows/macOS.yml
[MCB]: https://github.com/flagarde/openssl-cmake/actions/workflows/macOS.yml/badge.svg

[MS]: https://github.com/flagarde/openssl-cmake/actions/workflows/Windows.yml
[MSB]: https://github.com/flagarde/openssl-cmake/actions/workflows/windows.yml/badge.svg

## Builds
| | Linux | MacOS | Windows |
|--------|-------------------|-------------------|---------------------|
| Github |[![Linux][LCB]][LC]|[![macOS][MCB]][MC]|[![Windows][MSB]][MS]|

Build `OpenSSL` with `CMake` on `Linux`, `MacOS`, `Win32`, `Win64` and cross compile for `Android`, `IOS`.

This download the `OpenSSL` package from the official repo and apply the patch taken from https://github.com/janbar/openssl-cmake

## This only require CMake, no need for Perl, Python etc ...