Install Guide
This guide shows how to install the hash library.
Prerequisites
- A C++20 compiler (for example
g++) make
Build and Test
From the hash directory:
make
make test
Install
sudo make install
Headers are installed under:
/usr/local/include/opentl
Uninstall
sudo make uninstall
Include in Your Project
#include <opentl/hash.hpp>