From 22f9c7d5d5f889efaf7d53239050b1dce6eec871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alperen=20Serkan=20Aks=C3=B6z?= <61659936+sekomer@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:22:06 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d730d11a..2691d977 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Languages currently supported are: #### Install Dependencies * [Boost](https://www.boost.org/) >= 1.76.0 -* [CMake](https://cmake.org/) >= 3.5 +* [CMake](https://cmake.org/) >= 3.2 * [Clang](https://clang.llvm.org/) >= 12.0 * [Python](https://www.python.org/) >= 3.7 * [Rust](https://www.rust-lang.org/) >= 1.68 (if you want to build Rust compiler) @@ -282,4 +282,4 @@ Ninja: ```bash ninja -C ${ZKLLVM_BUILD:-build} arithmetics_cpp_example -j$(sysctl -n hw.logicalcpu) ${ZKLLVM_BUILD:-build}/bin/assigner/assigner -b ${ZKLLVM_BUILD:-build}/examples/cpp/arithmetics_cpp_example.ll -i examples/inputs/arithmetics.inp -t assignment.tbl -c circuit.crct -e pallas --check -``` \ No newline at end of file +```