From 57e391d605d6623c4af0d815093a8296a803698b Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 21 Apr 2019 16:42:28 +0200 Subject: [PATCH] Updated documentation. --- README.md | 36 ++++++++++++++++++++++-------------- src/soupbot.cpp | 2 +- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9616ee3..c5a1409 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,27 @@ ## Dependencies * Tested OS: Linux - * C++ compiler (tested: gcc 6.4) - * [cmake](https://cmake.org/) (tested: 3.9.6) - * [boost](http://www.boost.org/) (tested: 1.63.0) - * [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp) (at least: 0.8.6) + * C++ compiler (tested: gcc 8) + * [cmake](https://cmake.org/) (tested: 3.9) + * [boost](http://www.boost.org/) (tested: 1.65) + * [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp) (at least: 0.105.0) ## Get sourcecode ### Development version - git clone https://schlomp.space/tastytea/soupbot.git +``` shellsession +git clone https://schlomp.space/tastytea/soupbot.git +``` ## Compile - mkdir build - cd build/ - cmake .. - make +``` shellsession +mkdir build +cd build/ +cmake .. +make +``` cmake options: @@ -37,7 +41,9 @@ You will need a pre-generated authentication code. ## Error codes -Same as [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp/src/branch/master/README.md#error-codes), plus: +Same as +[mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp/src/branch/master/README.md#error-codes), +plus: | Code | Explanation | | --------: |:------------------------------| @@ -45,7 +51,9 @@ Same as [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp/src/branch/ma # Copyright - Copyright © 2018 tastytea . - License GPLv3: GNU GPL version 3 . - This program comes with ABSOLUTELY NO WARRANTY. This is free software, - and you are welcome to redistribute it under certain conditions. +``` text +Copyright © 2018, 2019 tastytea . +License GPLv3: GNU GPL version 3 . +This program comes with ABSOLUTELY NO WARRANTY. This is free software, +and you are welcome to redistribute it under certain conditions. +``` diff --git a/src/soupbot.cpp b/src/soupbot.cpp index 5bc68b6..7350802 100644 --- a/src/soupbot.cpp +++ b/src/soupbot.cpp @@ -1,5 +1,5 @@ /* This file is part of soupbot. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by