Skip to content

Commit

Permalink
docs: Add lld as a pre-requisite to setup the dev environment (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner authored Oct 15, 2024
2 parents 4211dea + de0ca39 commit 187a304
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ To contribute to this project, you'll need to have Rust installed on your machin
rustup component add rustfmt
rustup component add clippy
```
- You will also need to install [lld](https://lld.llvm.org/) which will be required for running tests. For example on Debian based systems you can install it using the package manager:
```bash
apt install lld
```
If you run into any issues, please refer to the [official Rust documentation](https://www.rust-lang.org/learn/get-started) for troubleshooting and more detailed installation instructions.
Expand Down

0 comments on commit 187a304

Please sign in to comment.