
To compile the program you need to have the develepmont libraries libid3tag0-dev, libao.dev and libmad0-dev. Once you have all the files you can compile the program with the following commands:

gcc -c kelb.c
gcc -c player.c
gcc -c mad.c
gcc -c ao.c
gcc -o kelb kelb.o player.o mad.o ao.o -lmad -lao -lid3tag
