feiertagebot/README.adoc

41 lines
866 B
Plaintext
Raw Normal View History

2019-02-11 19:15:37 +01:00
= feiertagebot
*feiertagebot* ist ein Mastodon-bot, der über anstehende feiertage in
2019-02-11 21:32:44 +01:00
Deutschland informiert. Die daten stammen von https://feiertage-api.de/.
2019-02-11 19:15:37 +01:00
2019-02-11 21:45:12 +01:00
NOTE: Ist noch in arbeit, tut bis jetzt noch nix.
== Installation
=== Gentoo
Gentoo ebuilds gibt es in meinem
https://schlomp.space/tastytea/overlay[repository].
=== Abhängigkeiten
2019-02-11 19:15:37 +01:00
2019-02-11 21:32:44 +01:00
* C++ compiler
2019-02-11 21:45:12 +01:00
* https://cmake.org/[cmake] (mindestens 3.2)
* http://repo.or.cz/w/libxdg-basedir.git[libxdg-basedir] (getested: 1.2)
* https://github.com/hyperrealm/libconfig[libconfig++] (getested: 1.5)
* http://www.curlpp.org/[curlpp] (getested: 0.8)
* https://github.com/open-source-parsers/jsoncpp[jsoncpp] (getested: 1.8)
=== Kompilieren
[source,shell]
----
mkdir build
cd build
cmake ..
make
make install
----
.cmake options:
* `-DCMAKE_BUILD_TYPE=Debug` für ein debug-build
2019-02-11 19:15:37 +01:00
== Lizenz
CC-0 / Public Domain