mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-22 22:05:11 +00:00
add build instructions for 9front
This commit is contained in:
parent
77bc54b0b3
commit
6c3e46d514
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,15 @@ To build the Uxn emulator, you must have [SDL2](https://wiki.libsdl.org/) and [P
|
||||||
--cli # Run rom without graphics
|
--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
|
## Emulator Controls
|
||||||
|
|
||||||
- `ctrl+h` toggle debugger
|
- `ctrl+h` toggle debugger
|
||||||
|
|
Loading…
Reference in a new issue