Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 242 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 242 Bytes

fty-common-nut

Library that provides common NUT tools for agents.

How to build

To build, run:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=usr -DBUILD_TESTING=On ..
make
sudo make install