Skip to content

Commit

Permalink
Merge pull request #2016 from oasisprotocol/matevz/docs/clang-rofl-de…
Browse files Browse the repository at this point in the history
…pendency

docs: Add clang to dependency list for building ROFL
  • Loading branch information
matevz authored Oct 3, 2024
2 parents e890dd5 + 1aff73d commit 10326f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/rofl/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ rust environment:
rustup target add x86_64-unknown-linux-musl
```

Additionally, you will need the MUSL wrapper for gcc and the multilib package.
On Ubuntu/Debian systems, you can install it by running:
Additionally, you will need the MUSL wrapper for gcc, the multilib package and
clang for compiling the `mbedtls-sys-auto` dependency. On Ubuntu/Debian systems,
you can install those by running:

```shell
sudo apt install musl-tools gcc-multilib
sudo apt install musl-tools gcc-multilib clang
```

<!-- markdownlint-disable line-length -->
Expand Down

0 comments on commit 10326f1

Please sign in to comment.