jounathaen / fast-lib

A C++ library for FaST related functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fast-lib

Build Status

A C++ library for FaST related functionality

Build instructions

Static libraries can be built with:

mkdir build && cd build
cmake ..
make

When linking the libraries in an executable librt has to be linked in after that (-lrt). For an example using fast-lib with cmake see fast-project/migration-framework repository.

Testing

mosquitto -d 2> /dev/null  
make test  

About

A C++ library for FaST related functionality

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 87.3%Language:CMake 12.7%