https://github.com/devolutions/openssl-cmake
OpenSSL CMake build system
https://github.com/devolutions/openssl-cmake
architecture
Last synced: about 1 month ago
JSON representation
OpenSSL CMake build system
- Host: GitHub
- URL: https://github.com/devolutions/openssl-cmake
- Owner: Devolutions
- Created: 2019-04-24T00:12:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-29T13:55:39.000Z (5 months ago)
- Last Synced: 2025-10-29T15:38:07.460Z (5 months ago)
- Language: CMake
- Homepage:
- Size: 67.4 KB
- Stars: 4
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Fetch OpenSSL sources at the desired release tag:
```
git clone https://github.com/openssl/openssl.git
cd openssl
git checkout OpenSSL_1_1_1d
```
# Import openssl-cmake build system in OpenSSL sources:
```
git clone https://github.com/devolutions/openssl-cmake.git
git -C openssl-cmake checkout-index -a -f --prefix=../
```