commit 45a81e6815c39ab33771710a6b87578c5ff1a7ca
parent aa594daaf5718b04658303fe8dc723b51d04a501
Author: lumidify <nobody@lumidify.org>
Date: Sun, 7 Jun 2020 09:28:25 +0200
Add note about sleep(1) to README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,7 @@ To test:
make
./ltk < test.gui
./ltk < test_draw.gui
-./test_anim.sh | ./ltk
+./test_anim.sh | ./ltk (this requires sleep(1) to support fractional seconds)
Note: you need to uncomment "COMPATOBJ = strtonum.c" in Makefile
if you're not using OpenBSD.