https://github.com/feenkcom/libopenssl
Build scripts to compile libcrypto and libssl on mac, linux and windows
https://github.com/feenkcom/libopenssl
Last synced: over 1 year ago
JSON representation
Build scripts to compile libcrypto and libssl on mac, linux and windows
- Host: GitHub
- URL: https://github.com/feenkcom/libopenssl
- Owner: feenkcom
- Created: 2021-10-11T07:19:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T15:31:17.000Z (over 1 year ago)
- Last Synced: 2024-12-24T16:28:43.687Z (over 1 year ago)
- Language: Rust
- Size: 75.2 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libopenssl
Build scripts to compile libcrypto and libssl on mac, linux and windows
## Building on Windows
The build depends on the following packages:
```
choco install -y strawberryperl nasm
```