implemented animation by using an interval posix timer which uses signal when expired

This commit is contained in:
Bob Polis
2020-10-25 21:06:26 +01:00
parent 30aad07c9f
commit 472be95b86
2 changed files with 40 additions and 2 deletions

View File

@ -27,7 +27,7 @@ else
CXXFLAGS += -D NDEBUG -O3
endif
LDLIBS := -lm -lpthread -lscgui -lSDL2 -lcairo
LDLIBS := -lm -lpthread -lscgui -lSDL2 -lcairo -lscerror -lrt
.PHONY: all clean install