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
- Host: GitHub
- URL: https://github.com/flagarde/openssl-cmake
- Owner: flagarde
- License: mit
- Created: 2020-06-17T13:42:20.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T06:18:06.000Z (over 2 years ago)
- Last Synced: 2025-05-29T01:38:21.075Z (about 1 year ago)
- Topics: cmake, cross-platform, linux, macos, openssl, openssl-cmake, windows
- Language: CMake
- Homepage:
- Size: 149 KB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ...