readme: add void linux sdl2 install example; /bin → ./bin
This commit is contained in:
parent
ca54db6597
commit
34f75968c7
|
@ -15,10 +15,11 @@ To build the Uxn emulator, you must install [SDL2](https://wiki.libsdl.org/) for
|
||||||
```sh
|
```sh
|
||||||
sudo pacman -Sy sdl2 # Arch
|
sudo pacman -Sy sdl2 # Arch
|
||||||
sudo apt install libsdl2-dev # Ubuntu
|
sudo apt install libsdl2-dev # Ubuntu
|
||||||
|
sudo xbps-install SDL2-devel # Void Linux
|
||||||
brew install sdl2 # OS X
|
brew install sdl2 # OS X
|
||||||
```
|
```
|
||||||
|
|
||||||
Build the assembler and emulator by running the `build.sh` script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `/bin` folder.
|
Build the assembler and emulator by running the `build.sh` script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `./bin` folder.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
Loading…
Reference in New Issue