mirror of
https://github.com/sm64pc/sm64ex.git
synced 2025-01-22 07:32:01 -05:00
Update README_es_ES.md
This commit is contained in:
parent
420d82ce8c
commit
d88bd76041
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,11 @@ sudo xbps-install -S base-devel python3 audiofile-devel SDL2-devel glew-devel
|
|||
sudo xbps-install -S base-devel python3 audiofile-devel-32bit SDL2-devel-32bit glew-devel-32bit
|
||||
```
|
||||
|
||||
##### Alpine Linux - (compilando para 32 bits y 64 bits)
|
||||
```
|
||||
sudo apk add build-base python3 audiofile-dev sdl2-dev glew-dev
|
||||
```
|
||||
|
||||
#### Compila el ejecutable.
|
||||
|
||||
Ejecuta `make` para compilar (por defecto `VERSION=us`)
|
||||
|
|
Loading…
Reference in a new issue