--------------- README ---------------- Copy the 4 header files (*.h) and the library file (libbambc.a) to your directory. When you compile your program, add this to the g++ command: -lz -L. -lbambc and you should be good to go. (Those are lower case l's, as in 'lion'.)