Skip to content

Commit d23473d

Browse files
authored
Merge pull request #1995 from oasisprotocol/matevz/docs/rofl-localnet-prerequisites
docs: Add gcc-multilib dependency in order to compile rofl
2 parents efa11c1 + 538d7f9 commit d23473d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/rofl/prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ rust environment:
8585
rustup target add x86_64-unknown-linux-musl
8686
```
8787

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

9191
```shell
92-
sudo apt install musl-tools
92+
sudo apt install musl-tools gcc-multilib
9393
```
9494

9595
<!-- markdownlint-disable line-length -->

0 commit comments

Comments
 (0)