]> git.donarmstrong.com Git - bamtools.git/blob - README
Initial import.
[bamtools.git] / README
1 ---------------
2 README
3 ----------------
4
5 Copy the 4 header files (*.h) and the library file (libbambc.a) to your directory.
6
7 When you compile your program, add this to the g++ command:
8
9            -lz -L. -lbambc
10
11 and you should be good to go.  (Those are lower case l's, as in 'lion'.)