commit b8eab10
Devine Lu Linvega
·
2023-06-08 18:11:52 +0000 UTC
parent 94972ed
Added links to binaries
2 files changed,
+6,
-1
+2,
-1
1@@ -13,8 +13,9 @@ tasks:
2 - build: |
3 cd uxn11
4 ./build.sh --norun
5+ mv bin ../bin
6 - upload: |
7- tar -czf out.tar.gz uxn11/bin
8+ tar -czf out.tar.gz bin
9 acurl() {
10 set +x
11 curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}"
+4,
-0
1@@ -20,6 +20,10 @@ If you wish to build the emulator without graphics mode:
2 gcc -Os -DNDEBUG -g0 -s src/uxn.c src/devices/system.c src/devices/file.c src/devices/datetime.c src/uxncli.c -o bin/uxncli
3 ```
4
5+If do not wish to build it yourself, you can download linux binaries for [uxnasm](https://rabbits.srht.site/uxn11/uxnasm), [uxncli](https://rabbits.srht.site/uxn11/uxncli) and [uxn11](https://rabbits.srht.site/uxn11/uxn11).
6+
7+[](https://builds.sr.ht/~rabbits/uxn11?)
8+
9 ## Usage
10
11 The first parameter is the rom file, the subsequent arguments will be accessible to the rom, via the [Console vector](https://wiki.xxiivv.com/site/varvara.html#console).