identiconpp is a library to generate identicons for C++.
Go to file
tastytea 062e435d8c
Some checks failed
the build failed
Initial commit
2018-12-25 21:26:51 +01:00
src Initial commit 2018-12-25 21:26:51 +01:00
.drone.yml Initial commit 2018-12-25 21:26:51 +01:00
.gitignore Initial commit 2018-12-25 21:26:51 +01:00
build_doc.sh Initial commit 2018-12-25 21:26:51 +01:00
CMakeLists.txt Initial commit 2018-12-25 21:26:51 +01:00
Doxyfile Initial commit 2018-12-25 21:26:51 +01:00
example.cpp Initial commit 2018-12-25 21:26:51 +01:00
LICENSE Initial commit 2018-12-25 21:26:51 +01:00
README.md Initial commit 2018-12-25 21:26:51 +01:00

identiconpp is a library to generate identicons. Written in C++.

Features

Example

Install

From source

Dependencies

On a Debian system, install the packages: build-essential cmake libcrypto++-dev libmagick++-dev.

Compile

mkdir build
cd build
cmake ..
make
make install
cmake options
  • -DCMAKE_BUILD_TYPE=Debug for a debug build

Contributing

Contributions are always welcome. You can submit them as pull requests or via email to tastytea@tastytea.de.

Contact

See https://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.