Minimal readme

This commit is contained in:
tastytea 2019-02-11 21:45:12 +01:00
parent 368cd91bf3
commit 377d2d768d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 29 additions and 6 deletions

View File

@ -3,14 +3,37 @@
*feiertagebot* ist ein Mastodon-bot, der über anstehende feiertage in
Deutschland informiert. Die daten stammen von https://feiertage-api.de/.
== Dependencies
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
* C++ compiler
* [cmake](https://cmake.org/) (at least 3.2)
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2)
* [libconfig++](https://github.com/hyperrealm/libconfig) (tested: 1.5)
* [curlpp](http://www.curlpp.org/) (tested: 0.8)
* [jsoncpp](https://github.com/open-source-parsers/jsoncpp) (tested: 1.8)
* 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
== Lizenz