Browse code

readme: add void linux sdl2 install example; /bin → ./bin

Sigrid Haflínudóttir authored on 29/11/2021 22:24:54
Showing 1 changed files
... ...
@@ -15,10 +15,11 @@ To build the Uxn emulator, you must install [SDL2](https://wiki.libsdl.org/) for
15 15
 ```sh
16 16
 sudo pacman -Sy sdl2             # Arch
17 17
 sudo apt install libsdl2-dev     # Ubuntu
18
+sudo xbps-install SDL2-devel     # Void Linux
18 19
 brew install sdl2                # OS X
19 20
 ```
20 21
 
21
-Build the assembler and emulator by running the `build.sh` script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `/bin` folder.
22
+Build the assembler and emulator by running the `build.sh` script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `./bin` folder.
22 23
 
23 24
 ```sh
24 25
 ./build.sh