moontalk/client/README

21 lines
446 B
Plaintext
Raw Normal View History

2024-02-03 12:46:49 -05:00
USE moontalk.rb, or moontalk.tcl!
2024-02-03 12:49:36 -05:00
moontalk.rb:
You'll need to install ruby to run it.
See source code for usage.
moontalk.tcl:
you'll need tcl and tk to run it.
Click the bottom bar to talk.
moontalk.c:
Is incomplete, and limited, but is usable.
2024-02-03 14:15:37 -05:00
To compile it, use bake <https://git.lain.church/emil/bake> or just run:
gcc -O2 -std=gnu99 moontalk.c -o moontalk -lncurses -ltinfo
Run -help for further details for usage.