To Build aprstlm, you should just be able to type 'make'. Failing that you need gcc -lm -lpanel -lncurses -o aprstlm aprstlm.c You need the ncurses, and the panels library. On linux, it should just build. On other operating systems, you may need extra libraries etc.