Skip to content

mpoegel/fwoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fwoop

Building

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

mkdir build
cmake  build/
cmake --build build/ -j4

Testing

ctest --test-dir build/

Documenting

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

Installing

sudo `which cmake` --install build/

Uninstalling

cd build
sudo xargs rm <install_manifest.txt

Releases

No releases published