Skip to content

Latest commit

 

History

History
32 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

32 lines (13 loc) · 669 Bytes

libgab

This is a tiny little C++ object I use for multiple projects.

Installing

If you have bamtools installed in ../ simply type:

make

if you have bamtools installed system-wide, specify the path via BAMTOOLSINC/BAMTOOLSLIB, :

make BAMTOOLSINC="path to folder containing api/ shared/" BAMTOOLSLIB="path containing libbamtools.a"

For example:

make BAMTOOLSINC="/usr/include/bamtools/" BAMTOOLSLIB="/usr/lib/x86_64-linux-gnu/"

Authors

  • Gabriel Renaud - grenaud gabriel [dot] reno [ at sign ] gmail.com

License

This project is licensed under the GPL 3.0 License - see the LICENSE file for details