From 6c3e46d5143904cc17623a4b12ed0545a73109cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Mon, 17 May 2021 22:07:20 +0000 Subject: [PATCH] add build instructions for 9front --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 71a36e0..6a6e803 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,15 @@ To build the Uxn emulator, you must have [SDL2](https://wiki.libsdl.org/) and [P --cli # Run rom without graphics ``` +On 9front: + +```rc +mk +``` + +If the build fails on 9front because of missing headers or functions, +try again after `rm -r /sys/include/npe`. + ## Emulator Controls - `ctrl+h` toggle debugger