/fwoop

a C++ library partially implementing assorted RFCs

Primary LanguageC++MIT LicenseMIT

fwoop

Building

Requires gtest to build unit tests.

mkdir build
cd build
# Build with OpenSSL
cmake -DUSE_OPENSSL=1 ..
# Or build with fwoop crypto
cmake -DUSE_OPENSSL=0 ..
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