Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 782 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 782 Bytes

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