From e7ad76d2d34752e45682044c06a1c6d562658c2d Mon Sep 17 00:00:00 2001 From: Oliver Lenehan <55334808+sunsetkookaburra@users.noreply.github.com> Date: Thu, 2 Jun 2022 10:08:45 +1000 Subject: [PATCH] build instructions very verbose --- libesedb-sys/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libesedb-sys/README.md b/libesedb-sys/README.md index 2a093e8..ff6670e 100644 --- a/libesedb-sys/README.md +++ b/libesedb-sys/README.md @@ -6,6 +6,7 @@ Rust `-sys` bindings to [`libyal/libesedb`](https://github.com/libyal/libesedb). * Have a compiler installed (if you're using Rust, you have one). * (Optionally) LLVM for `bindgen` to regenerate the bindings. +* Should use `cargo build -vv` for very verbose output to verify `cc` compiling. ## Rebuilding Bindings