From 1bbbb3134cb97ea82d4b472c792ddb3b283645ba Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Wed, 28 Feb 2024 15:55:00 -0300 Subject: [PATCH] add cmake requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22693a84..03021abe 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Under Debian / Ubuntu (which we recommend using), you can install them with the ```bash sudo apt update -sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip clang-format-14 clang-tidy +sudo apt install make cmake git build-essential binutils-mips-linux-gnu python3 python3-pip clang-format-14 clang-tidy ``` ### MacOS