Add POCO to dependencies.

This commit is contained in:
tastytea 2019-12-25 23:00:13 +01:00
parent 255afcea02
commit 092a34a1ab
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,7 @@ steps:
- curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
- apt-get update -q
- apt-get install -qy build-essential cmake asciidoc
- apt-get install -qy libboost-filesystem-dev libboost-log-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp
- apt-get install -qy libboost-filesystem-dev libboost-log-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp libpoco-dev
- apt-get -qy install ./mastodon-cpp.deb
- rm -rf build && mkdir -p build && cd build
- cmake ..

View File

@ -11,6 +11,7 @@
:uri-mastodon-cpp: https://schlomp.space/tastytea/mastodon-cpp
:uri-jsoncpp: https://github.com/open-source-parsers/jsoncpp
:uri-restclient-cpp: http://code.mrtazz.com/restclient-cpp/
:uri-poco: https://pocoproject.org/
*mastorss* reads RSS feeds and posts the items via the Mastodon API. Does not
support Atom at the moment.
@ -24,6 +25,7 @@ support Atom at the moment.
* link:{uri-cmake}[cmake] (at least: 3.9)
* link:{uri-boost}[boost] (at least: 1.62)
* link:{uri-mastodon-cpp}[mastodon-cpp] (at least: 0.111.3)
** link:{uri-poco}[POCO] (at least: 1.7)
* link:{uri-jsoncpp}[jsoncpp] (at least: 1.7)
* link:{uri-restclient-cpp}[restclient-cpp] (at least: 0.5.1)