https://github.com/wpilibsuite/thirdparty-libssh
https://github.com/wpilibsuite/thirdparty-libssh
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wpilibsuite/thirdparty-libssh
- Owner: wpilibsuite
- Created: 2021-05-23T20:16:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T05:36:41.000Z (about 1 year ago)
- Last Synced: 2025-01-26T11:28:53.550Z (4 months ago)
- Language: CMake
- Size: 203 KB
- Stars: 0
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thirdparty-libssh
This repo contains the build tools to build [libssh](https://www.libssh.org) with [OpenSSL](https://www.openssl.org) as the backend. OpenSSL is built by first configuring with `perl Configure no-shared` to build a static library. LibSSH is built with CMake. The two libraries are then merged together to form one static library for distribution.
### Building Instructions
`./gradlew build` will initiate the build for your platform. The built headers, sources, and libraries will be placed in `build/allOutputs`. Note that you **must** use a VS Developer Prompt on Windows.