add bash command to install missing .so lib (no sound)

This commit is contained in:
rmanach 2022-04-03 09:31:29 +02:00
parent f96bff0c53
commit 72919408fb

View File

@ -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
```