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 +```