From 23b362b01c52d153e2c3b80a150716f22ebf6a20 Mon Sep 17 00:00:00 2001 From: stefnotch Date: Sun, 5 Jan 2025 11:30:28 +0100 Subject: [PATCH] Update building_from_source.md --- runtime/contributing/building_from_source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/contributing/building_from_source.md b/runtime/contributing/building_from_source.md index 7b17e3236..0df605808 100644 --- a/runtime/contributing/building_from_source.md +++ b/runtime/contributing/building_from_source.md @@ -116,6 +116,10 @@ brew install llvm lld (Notice: it will download the files, you should install `X64 Debuggers And Tools-x64_en-us.msi` file manually.) +### Clang + +Deno depends on [bindgen](https://rust-lang.github.io/rust-bindgen/requirements.html) for its libuv bindings. Bindgen needs `libclang`. To install it, [follow their instructions](https://rust-lang.github.io/rust-bindgen/requirements.html). + ### Protobuf Compiler Building Deno requires the