Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 322 Bytes

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