From 9de3e980a235ddd82f5340b3e25c8de573501fd6 Mon Sep 17 00:00:00 2001 From: blonded04 Date: Thu, 12 Oct 2023 03:37:24 +0300 Subject: [PATCH] clarify FAQ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b22686483..4e135130d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,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