Skip to content

mpieva/libgab

 
 

Repository files navigation

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

About

A C++ class of useful little functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.0%
  • C 10.3%
  • HTML 5.5%
  • Makefile 4.2%