Switched identicon algorithm to sigil.
the build was successful Details

This commit is contained in:
tastytea 2018-12-27 00:18:24 +01:00
parent ec8cd3aa10
commit 68ac890eab
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@ pipeline:
download:
image: plugins/download
pull: true
source: https://schlomp.space/attachments/0786d52d-7deb-4e83-83c5-7a1b8ff5b985
source: https://schlomp.space/attachments/8cd1fb5b-716a-4143-8173-53ffbef623e3
destination: identiconpp.deb
gcc5:

View File

@ -143,10 +143,11 @@ Up to and including 0.6.2, the packages were generated on Ubuntu 16.04 64 bit.
* [crypto++](https://cryptopp.com) (tested: 7.0 / 5.6)
* [imagemagick](https://www.imagemagick.org/) (tested: 7.0 / 6.7)
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2)
* [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.1.2)
* [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.2.0)
On a Debian system, install the packages: `build-essential cmake libcrypto++-dev
libmagick++-dev libxdg-basedir-dev`.
libmagick++-dev libxdg-basedir-dev` and
[identiconpp](https://schlomp.space/tastytea/identiconpp).
#### Compile

View File

@ -105,7 +105,7 @@ int main()
{
try
{
Identiconpp identicon(4, 4, Identiconpp::identicon_type::simple,
Identiconpp identicon(4, 4, Identiconpp::algorithm::sigil,
"ffffffff",
{ // The 16 named colors specified in HTML 4.01
// minus white, silver and gray.