Updated dependencies

This commit is contained in:
tastytea 2018-08-14 17:01:24 +02:00
parent b744fb0903
commit 73ddaf2776
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ pipeline:
# image: gcc:5
# pull: true
# commands:
# - rm /usr/local/lib64/libstdc++.so.6
# - echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list.d/stretch.list
# - echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list.d/buster.list
# - echo "APT::Default-Release \"jessie\";" >> /etc/apt/apt.conf.d/00default_release

View File

@ -22,7 +22,7 @@ or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
## Dependencies
* Tested OS: Linux
* C++ compiler (tested: gcc 6.3 / 7.3)
* C++ compiler (tested: gcc 6/7/8)
* [cmake](https://cmake.org/) (tested: 3.9 / 3.11)
* [curlpp](http://www.curlpp.org/) (tested: 0.8 / 0.7)
* [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp) (at least: 0.18)