Updated readme.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2019-06-12 00:22:03 +02:00
parent 774c1685af
commit ea9755bf9a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 7 additions and 6 deletions

View File

@ -17,8 +17,9 @@ environment.
Every [release](https://schlomp.space/tastytea/whyblocked/releases) includes Every [release](https://schlomp.space/tastytea/whyblocked/releases) includes
a .deb-package, an .rpm-package and a .tar.gz-package with precompiled binaries a .deb-package, an .rpm-package and a .tar.gz-package with precompiled binaries
for x86_64(amd64) ([more info](https://schlomp.space/tastytea/whyblocked/wiki/Binary-Packages)). These are automatically built and not tested. You can install for x86_64(amd64) ([more info](https://schlomp.space/tastytea/whyblocked/wiki/Binary-Packages)). These are automatically built and not tested. You can install
them with `dpkg -i` or `rpm -i`, respectively. The packages are signed with the them with `apt install ./whyblocked*.deb` or `yum install ./whyblocked*.rpm`,
PGP key [242E5AC4DA587BF9](https://tastytea.de/tastytea_autosign.asc) respectively. The packages are signed with the PGP key
[242E5AC4DA587BF9](https://tastytea.de/tastytea_autosign.asc)
(Fingerprint: `F730 1ADF C9ED 2624 48C4 2B64 242E 5AC4 DA58 7BF9`). (Fingerprint: `F730 1ADF C9ED 2624 48C4 2B64 242E 5AC4 DA58 7BF9`).
Gentoo ebuilds are available via my Gentoo ebuilds are available via my
@ -33,8 +34,8 @@ Gentoo ebuilds are available via my
* [cmake](https://cmake.org/) (at least 3.2) * [cmake](https://cmake.org/) (at least 3.2)
* [vsqlite++](http://vsqlite.virtuosic-bytes.com/) (tested: 0.3) * [vsqlite++](http://vsqlite.virtuosic-bytes.com/) (tested: 0.3)
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2) * [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2)
* [qtcore](https://www.qt.io/) (tested: 5.11/5.5) * [qtcore](https://www.qt.io/) (tested: 5.12/5.5)
* [qtwidgets](https://www.qt.io/) (tested: 5.11/5.5) * [qtwidgets](https://www.qt.io/) (tested: 5.12/5.5)
* [libconfig++](https://github.com/hyperrealm/libconfig) (tested: 1.5) * [libconfig++](https://github.com/hyperrealm/libconfig) (tested: 1.5)
* Optional * Optional
* Translations: [lupdate & lrelease](http://doc.qt.io/qt-5/linguist-manager.html) (tested: 5.11/5.5) * Translations: [lupdate & lrelease](http://doc.qt.io/qt-5/linguist-manager.html) (tested: 5.11/5.5)
@ -53,7 +54,7 @@ further info.
#### Compile #### Compile
```SH ``` zsh
mkdir build mkdir build
cd build cd build
cmake .. cmake ..
@ -92,7 +93,7 @@ Please report them on the
## Licence & Copyright ## Licence & Copyright
```PLAIN ``` plain
Copyright © 2018 tastytea <tastytea@tastytea.de>. Copyright © 2018 tastytea <tastytea@tastytea.de>.
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>. License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
This program comes with ABSOLUTELY NO WARRANTY. This is free software, This program comes with ABSOLUTELY NO WARRANTY. This is free software,