Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 229 Bytes

fty-srr-rest

  • REST API for save, restore and reset.

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