commit fca4234
Devine Lu Linvega
·
2024-11-14 23:35:18 +0000 UTC
parent 9b9392e
Updated readme
1 files changed,
+1,
-1
+1,
-1
1@@ -31,7 +31,7 @@ gcc -Os -DNDEBUG -g0 -s src/uxn.c src/devices/system.c src/devices/console.c src
2 If you wish to build the emulator without graphics mode:
3
4 ```sh
5-gcc -Os -DNDEBUG -g0 -s src/uxn.c src/devices/system.c src/devices/console.c src/devices/file.c src/devices/datetime.c src/uxncli.c -o bin/uxncli
6+gcc -DNDEBUG -O2 -g0 -s src/uxncli.c -o bin/uxncli
7 ```
8
9 If do not wish to build it yourself, you can download linux binaries for [uxnasm](https://rabbits.srht.site/uxn11/bin/uxnasm), [uxncli](https://rabbits.srht.site/uxn11/bin/uxncli) and [uxn11](https://rabbits.srht.site/uxn11/bin/uxn11).