Skip to content

Commit

Permalink
Merge pull request #25 from blonded04/blonded04/readme-installation-f…
Browse files Browse the repository at this point in the history
…ixes

Clarify `lib32gcc-*-dev` installation FAQ
  • Loading branch information
danyaberezun authored Oct 12, 2023
2 parents 3b8c658 + 1b91a66 commit ccd8df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Ubuntu-based variant of WSL is recommended.
$ sudo apt install gcc-multilib
```

On some versions, you need to install the additional package `lib32gcc-9-dev` in case of errors like
On some versions, you need to install the additional package `lib32gcc-V-dev` (where `V` is output of `gcc --version`, e. g. `sudo apt install lib32gcc-9-dev`) in case of errors like
```
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/9/libgcc.a when searching for -lgcc
Expand Down

0 comments on commit ccd8df1

Please sign in to comment.