Skip to content

bschiffthaler/libbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbs - Just another C++ utility library

Building

Any C++11 capable compiler should do. Tested with clang++ 7 and g++ 8.

git clone https://github.com/bschiffthaler/libbs
mkdir build
cd build
cmake ..
make

Testing

After building, you can run the unit tests (if you want)

make test

About

C++ utility functions for use anywhere else

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published