Closed missytake closed 1 year ago
There will be no need for libssl-dev
with an update of openssl
crate: #6
We now have a working CI that tests the build on a default Ubuntu GitHub Actions runner, so CI serves as a documentation for needed dependencies. With #6 merged I will close this issue, because Cargo.lock
documents precise versions of Rust dependencies that work on GHA runner.
When we compiled this on debian, we had to install
build-essential
,libssl-dev
, andpkg-config
. Can this be documented in the README.md?