mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
clarify FAQ
This commit is contained in:
parent
9834194180
commit
9de3e980a2
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ Ubuntu-based variant of WSL is recommended.
|
||||||
$ sudo apt install gcc-multilib
|
$ 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: cannot find -lgcc
|
||||||
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/9/libgcc.a when searching for -lgcc
|
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/9/libgcc.a when searching for -lgcc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue