From bf856343af3b46b39f6b6e603f9c07ab6c49aa60 Mon Sep 17 00:00:00 2001 From: dr-frmr Date: Mon, 4 Mar 2024 18:59:53 -0300 Subject: [PATCH] add openssl and libclang notes to setup in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cb0260a9..c2e5eafb 100644 --- a/README.md +++ b/README.md @@ -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.