Portable sound library for playing MOD, S3M, XM, and other tracker formats.
Portable sound library
$ pkg-config --modversion libmikmod$ pkg-config --cflags --libs libmikmod$ brew list libmikmod$ brew info libmikmod$ gcc -o player player.c $(pkg-config --cflags --libs libmikmod)