Skip to content

mpoegel/fwoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fwoop

Building

Requires gtest to build unit tests. Requires Botan for crypto.

mkdir build
cd build
cmake  ..
cmake --build .

Testing

cd build
ctest

Documenting

doxygen
python3.9 -m sphinx -b html docs/source docs/html

Installing

cd build
sudo `which cmake` --install .

Uninstalling

sudo xargs rm <install_manifest.txt

Releases

No releases published