libravatarserv is a simple libravatar server.
Go to file
tastytea 8f9ee1554f
Initial commit
2018-11-24 11:38:10 +01:00
doc Initial commit 2018-11-24 11:38:10 +01:00
src Initial commit 2018-11-24 11:38:10 +01:00
.gitignore Initial commit 2018-11-24 11:38:10 +01:00
CMakeLists.txt Initial commit 2018-11-24 11:38:10 +01:00
LICENSE Initial commit 2018-11-24 11:38:10 +01:00
README.md Initial commit 2018-11-24 11:38:10 +01:00

README.md

libravatarserv is a simple libravatar server. It is intended as a CGI program.

Usage

Install

Dependencies

  • C++ compiler (tested: gcc 6/7/8, clang 3/5/6)
  • cmake (at least 3.2)

Compile

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.

Copyright © 2018 tastytea <tastytea@tastytea.de>.
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.