deltachat / notifiers

Notify devices
Apache License 2.0
6 stars 0 forks source link

document dependencies #3

Closed missytake closed 1 year ago

missytake commented 3 years ago

When we compiled this on debian, we had to install build-essential, libssl-dev, and pkg-config. Can this be documented in the README.md?

link2xt commented 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.