Skip to content

Commit

Permalink
Merge pull request #1995 from oasisprotocol/matevz/docs/rofl-localnet…
Browse files Browse the repository at this point in the history
…-prerequisites

docs: Add gcc-multilib dependency in order to compile rofl
  • Loading branch information
matevz authored Sep 21, 2024
2 parents efa11c1 + 538d7f9 commit d23473d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rofl/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ rust environment:
rustup target add x86_64-unknown-linux-musl
```

Additionally, you will need the MUSL wrapper for gcc. On Ubuntu/Debian systems,
you can install it by running:
Additionally, you will need the MUSL wrapper for gcc and the multilib package.
On Ubuntu/Debian systems, you can install it by running:

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

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

0 comments on commit d23473d

Please sign in to comment.