From dcc6280b4f96fdcd27c6a4e968dd321ff2b87edc Mon Sep 17 00:00:00 2001 From: chyyran Date: Tue, 7 Feb 2023 03:02:13 -0500 Subject: [PATCH] doc: document cmake dependency --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5648d1d..34951c3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ are also required to build downstream dependencies. ``` pip install meson ninja mako ``` + +[CMake 3.8](https://cmake.org/) or later is also required. + + --- For Rust projects, simply add the crate to your `Cargo.toml`.