Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 320 Bytes

HOW TO BUILD

mkdir build
cd build
cmake ..
make
make test #optional: run test
cpack #generate package --default format:TGZ

CODE STYLE

Based on GOOGLE C++ STYLE, refer to GOOGLE C++ STYLE GUIDE