A spectacles client for C++.
You need zlib and openssl installed.
First, clone the repository.
git clone https://github.com/spec-tacles/libspectacles.gitThen setup a build directory.
mkdir build
cd buildThen build and install the library.
cmake ..
sudo make
sudo make install