... | ... |
@@ -12,6 +12,15 @@ To build the Uxn emulator, you must have [SDL2](https://wiki.libsdl.org/) and [P |
12 | 12 |
--cli # Run rom without graphics |
13 | 13 |
``` |
14 | 14 |
|
15 |
+On 9front: |
|
16 |
+ |
|
17 |
+```rc |
|
18 |
+mk |
|
19 |
+``` |
|
20 |
+ |
|
21 |
+If the build fails on 9front because of missing headers or functions, |
|
22 |
+try again after `rm -r /sys/include/npe`. |
|
23 |
+ |
|
15 | 24 |
## Emulator Controls |
16 | 25 |
|
17 | 26 |
- `ctrl+h` toggle debugger |