We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875793d commit 46f4741Copy full SHA for 46f4741
README.md
@@ -40,6 +40,7 @@ Languages currently supported are:
40
* [Boost](https://www.boost.org/) >= 1.76.0
41
* [CMake](https://cmake.org/) >= 3.5
42
* [Clang](https://clang.llvm.org/) >= 12.0
43
+* [Python](https://www.python.org/) >= 3.7
44
45
On Debian systems, everything except Boost can be installed with the following command:
46
@@ -77,7 +78,7 @@ make -C ${ZKLLVM_BUILD:-build} assigner clang -j$(nproc)
77
78
79
**4. Build the Rust toolchain**
80
-Make sure you have [`rustc`](https://www.rust-lang.org/tools/install) installed first.
81
+Make sure you have [`rustc`](https://www.rust-lang.org/tools/install) with `cargo` installed first.
82
83
```bash
84
make -C ${ZKLLVM_BUILD:-build} rslang -j$(nproc)
0 commit comments