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