https://github.com/devolutions/openssl-cmake
OpenSSL CMake build system
https://github.com/devolutions/openssl-cmake
architecture
Last synced: 6 months 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: 2024-08-06T01:16:48.000Z (over 1 year ago)
- Last Synced: 2025-04-02T16:13:52.480Z (10 months ago)
- Language: CMake
- Homepage:
- Size: 68.4 KB
- Stars: 4
- Watchers: 9
- 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=../
```