meowbb/README.md

39 lines
705 B
Markdown
Raw Permalink Normal View History

2021-04-04 04:45:45 +00:00
# meowbb
2021-04-04 06:33:48 +00:00
probably out of date demo: https://asciinema.org/a/jUw0GtaIsqZdAxTDkBRAiV2L3
2021-04-04 04:45:45 +00:00
you'll need uhhhhhhhhhhhhhh fixed libraries
```
2021-04-04 08:25:16 +00:00
git clone https://git.lain.faith/misc-deps/racket-unix-signals
cd racket-unix-signals
raco pkg install unix-signals/
cd ..
2021-04-04 08:10:28 +00:00
git clone https://git.lain.faith/misc-deps/racket-ansi
cd racket-ansi
raco pkg install ansi/
2021-04-04 08:25:16 +00:00
cd ..
2021-04-04 04:45:45 +00:00
git clone https://git.lain.faith/misc-deps/lux
cd lux
raco pkg install
cd ..
2021-04-04 08:25:16 +00:00
2021-04-04 08:10:28 +00:00
git clone https://git.lain.faith/misc-deps/raart
2021-04-04 04:45:45 +00:00
cd raart
raco pkg install
2021-04-04 08:25:16 +00:00
cd ..
2021-04-04 04:45:45 +00:00
```
ok now we're ready to do stuff
```
git clone https://git.lain.faith/haskal/meowbb
cd meowbb
2021-04-04 08:45:25 +00:00
raco pkg install
# now, assuming you have ~/.racket/<ver>/bin on your path
meowbb
2021-04-04 04:45:45 +00:00
```