From 377d2d768d18d4ab0aaab64fdc26589af9f763e4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 11 Feb 2019 21:45:12 +0100 Subject: [PATCH] Minimal readme --- README.adoc | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 9a24147..ec3dae9 100644 --- a/README.adoc +++ b/README.adoc @@ -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