uxn

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

commit f875d096059a83f745656b5b754296bfbd2b0064
parent 91df7ab470a1e7f334c1a3f1194f8f003ad717b2
Author: neauoire <aliceffekt@gmail.com>
Date:   Sun, 29 Aug 2021 19:38:42 -0700

Fixed OS X instructions

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

diff --git a/README.md b/README.md @@ -11,7 +11,7 @@ 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 brew 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.