From 1f9167f44d38d324380b75ef36907df342e9b2fc Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 4 Apr 2019 16:12:40 -0700 Subject: [PATCH] Add a link to bindgen's documentation of the clang dependency. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a89871c9..cf7cdb69cc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Wasmtime passes the WebAssembly spec testsuite, and supports a new system API proposal called [WebAssembly System Interface], or WASI. To build Wasmtime, install cmake and clang, and then build with cargo, such -as with "cargo build --release". +as with "cargo build --release". For information on installing clang, see +[rust-bindgen's documentation](https://github.com/rust-lang/rust-bindgen/blob/master/book/src/requirements.md). There are Rust, C, and C++ toolchains that can compile programs with WASI. See [here][WASI intro] for more information, and [here][WASI tutorial] for a