To compile this program you'll first need to compile STK in the machine where it is being compiled. After compiling STK, copy the static library (src/libstk.a in OS X) into a directory that make will look for libraries (e.g. /usr/lib/ or /usr/local/lib/) or put it in the program's folder and add "-L." to the makefile's FLAGS.