add openssl and libclang notes to setup in readme

This commit is contained in:
dr-frmr 2024-03-04 18:59:53 -03:00
parent 7ff59ecf48
commit bf856343af
No known key found for this signature in database

View File

@ -15,6 +15,10 @@ If you have questions, join the [Kinode discord](https://discord.gg/TCgdca5Bjt)
### Building components
On certain operating systems, you may need to install these dependencies if they are not already present:
- openssl-sys: https://docs.rs/crate/openssl-sys/0.9.19
- libclang 5.0: https://rust-lang.github.io/rust-bindgen/requirements.html
```bash
# Clone the repo.