Readme erweitert, xdgjson aktualisiert

This commit is contained in:
tastytea 2019-02-12 02:13:29 +01:00
parent 86b6a9c08e
commit 2293cf346b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 15 additions and 5 deletions

View File

@ -10,7 +10,17 @@ Deutschland informiert. Die daten stammen von https://feiertage-api.de/.
Gentoo ebuilds gibt es in meinem
https://schlomp.space/tastytea/overlay[repository].
=== Abhängigkeiten
=== Vom Quellcode
==== Klone den quellcode mit git
[source,sh]
----
git clone https://schlomp.space/tastytea/feiertagebot.git
git submodule init
----
==== Installiere abhängigkeiten
* C++ compiler
* https://cmake.org/[cmake] (mindestens 3.2)
@ -19,9 +29,9 @@ https://schlomp.space/tastytea/overlay[repository].
* https://github.com/open-source-parsers/jsoncpp[jsoncpp] (getested: 1.8)
* https://schlomp.space/tastytea/mastodon-cpp[mastodon-cpp] (mindestens 0.30.1)
=== Kompilieren
==== Kompilieren
[source,shell]
[source,sh]
----
mkdir build
cd build

View File

@ -87,7 +87,7 @@ const string get_token(const string &instance)
ret = masto.register_app1("feiertagebot",
"urn:ietf:wg:oauth:2.0:oob",
"write:statuses",
"",
"https://schlomp.space/tastytea/feiertagebot",
client_id,
client_secret,
url);

@ -1 +1 @@
Subproject commit 1a10ef6686a34b7170f52490b7b9841da4476a2c
Subproject commit ffb04387769cd4be633a2a350c3af73e15f5faf4