From bac93c071a30012260c357e06e3e3d0fd1228538 Mon Sep 17 00:00:00 2001 From: Alastair Reid Date: Tue, 21 Apr 2026 18:04:21 +0100 Subject: [PATCH] README: add missing cmake dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1303d53..4b560650 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To build and run the ISA interpreter, you will need to install OCaml. The following commands are sufficient to install requirements and to build iii on Ubuntu systems. apt update - apt install -y libgmp-dev opam pkg-config + apt install -y libgmp-dev opam pkg-config cmake pip3 install -r requirements.txt opam init --no-setup --disable-sandboxing --compiler=5.4.1 opam install . --deps-only --with-test --with-doc --locked --yes