uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 34f75968c79bf48141766e6ec1badb51f849a9b2
parent ca54db6597cf1c0d61589ceb2495e3db4fa7bf86
Author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
Date:   Mon, 29 Nov 2021 23:24:54 +0100

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

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -15,10 +15,11 @@ To build the Uxn emulator, you must install [SDL2](https://wiki.libsdl.org/) for ```sh sudo pacman -Sy sdl2 # Arch sudo apt install libsdl2-dev # Ubuntu +sudo xbps-install SDL2-devel # Void Linux 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 ./build.sh