This is a tiny little C++ object I use for multiple projects.
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/"
- Gabriel Renaud - grenaud gabriel [dot] reno [ at sign ] gmail.com
This project is licensed under the GPL 3.0 License - see the LICENSE file for details