Getting a problem installing this. States in the readme to run ./configure but I don't have a file by that name.
Fixed it. The "configure" file didn't exist because autogen.sh encountered errors. I needed to install a couple of packages so that autogen.sh would run properly. When it did, it created the "configure" file.
Needed to install pkg-config and libgcrypt20-dev, like so:
apt-get install -y pkg-config libgcrypt20-dev
I had previously installed all the recommended packages/dependencies which included pkg-config but not libgcrypt20-dev.