add bash command to install missing .so lib (no sound)
This commit is contained in:
parent
f96bff0c53
commit
72919408fb
@ -62,6 +62,7 @@ Enjoy !
|
|||||||
|
|
||||||
# Common errors
|
# Common errors
|
||||||
|
|
||||||
|
On **Ubuntu 20.04** :
|
||||||
```
|
```
|
||||||
------- sound initialization -------
|
------- sound initialization -------
|
||||||
SDL audio driver initializing...
|
SDL audio driver initializing...
|
||||||
@ -70,3 +71,8 @@ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
|
|||||||
SDL_AudioDriverName() = NULL
|
SDL_AudioDriverName() = NULL
|
||||||
------------------------------------
|
------------------------------------
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You must install the corresponding 32 bits library :
|
||||||
|
```bash
|
||||||
|
sudo apt-get install libasound2-plugins:i386
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user