From 72919408fb855c4220efdf5b00a0ef781927731c Mon Sep 17 00:00:00 2001 From: rmanach Date: Sun, 3 Apr 2022 09:31:29 +0200 Subject: [PATCH] add bash command to install missing .so lib (no sound) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f0aca4b..8902994 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Enjoy ! # Common errors +On **Ubuntu 20.04** : ``` ------- sound initialization ------- SDL audio driver initializing... @@ -70,3 +71,8 @@ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default SDL_AudioDriverName() = NULL ------------------------------------ ``` + +You must install the corresponding 32 bits library : +```bash +sudo apt-get install libasound2-plugins:i386 +```