Skip to content

Commit

Permalink
chore(readme): Add bb's LLVM dependency error and fix descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Savio-Sou authored Oct 2, 2024
1 parent 670af8a commit b3f1a51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions barretenberg/cpp/src/barretenberg/bb/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ This binary will take as input ACIR and witness values described in the IR to cr

If installation was successful, the command would print the version of `bb` installed.

> **Note:** For macOS users, if you encounter the following error using `bb`:
>
> ```
> The backend encountered an error: "dyld[3537]: Library not loaded:
> /usr/local/opt/llvm@16/lib/libunwind.1.dylib\n
> ...
> ```
>
> Installing LLVM should resolve the issue, e.g. run `brew install llvm@16`
### Usage prerequisites
Certain `bb` commands will expect the tool `jq` to already be installed. If `jq -V` doesn't return a version number, install it from [here](https://jqlang.github.io/jq/download/).
Expand Down

0 comments on commit b3f1a51

Please sign in to comment.