Readme Update (#2046)

This commit is contained in:
Dongjia "toka" Zhang 2024-04-12 23:29:23 +02:00 committed by GitHub
parent cbb323f26c
commit 0c68ff033f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,8 @@ We highly recommend *not* to use e.g. your Linux distribition package as this is
Rust directly, instructions can be found [here](https://www.rust-lang.org/tools/install). Rust directly, instructions can be found [here](https://www.rust-lang.org/tools/install).
- LLVM tools - LLVM tools
The LLVM tools (including clang, clang++) are needed (newer than LLVM 11.0.0 up to LLVM 17.0.0) The LLVM tools (including clang, clang++) are needed (newer than LLVM 15.0.0 up to LLVM 18.1.3)
If you are using Debian/Ubuntu, again, we highly recommmend that you install the package from [here](https://apt.llvm.org/)
- Cargo-make - Cargo-make
We use cargo-make to build the fuzzers in `fuzzers/` directory. You can install it with We use cargo-make to build the fuzzers in `fuzzers/` directory. You can install it with