You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# depends on openssl
apt install libssl-dev
# depends on libz
apt install zlib1g
# uses cmake to build
apt install cmake
# default is release build
mkdir build
cd build
cmake ..
make
# run unit tests
ctest