**libravatarserv** is a simple [libravatar](https://wiki.libravatar.org/) server. It is intended as a [CGI](https://en.wikipedia.org/wiki/Common_Gateway_Interface) program. ## Usage ## Install ### Dependencies * C++ compiler (tested: [gcc](https://gcc.gnu.org/) 6/7/8, [clang](https://llvm.org/) 3/5/6) * [cmake](https://cmake.org/) (at least 3.2) ### Compile ```SH mkdir build cd build cmake .. make make install ``` ## Contributing Contributions are always welcome. You can submit them as pull requests or via email to `tastytea`@`tastytea.de`. ## License & Copyright ```PLAIN Copyright © 2018 tastytea . License GPLv3: GNU GPL version 3 . This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. ```