compile flags
ArielParra opened this issue · 1 comments
ArielParra commented
if you compile in gcc/g++ you may need : -lasound -lm , to compile it
iiiypuk commented
See 6 line::
ifeq ($(OS),Linux)
LDFLAGS=-lasound
endif
ArielParra opened this issue · 1 comments
if you compile in gcc/g++ you may need : -lasound -lm , to compile it
See 6 line::
ifeq ($(OS),Linux)
LDFLAGS=-lasound
endif