From e7b39b7be27e77911f9690d1aced13846f92c666 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 12 Mar 2018 10:14:24 +0100 Subject: [PATCH] travis 7 --- .travis.yml | 3 ++- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31de66c..fff4ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,5 @@ before_install: script: - mkdir -p build && cd build - cmake .. - - make + - make VERBOSE=1 + - sudo make install diff --git a/README.md b/README.md index 23310e1..dcfa81d 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ The library takes care of the network stuff. You submit a query and get the raw ## Dependencies * Tested OS: GNU/Linux -* C++ compiler (tested: gcc 6.4, clang 5.0) +* C++ compiler (tested: gcc 6.4/5.4, clang 5.0) * [cmake](https://cmake.org/) (tested: 3.9.6) -* [libcurl](https://curl.haxx.se/) (tested: 7.58.0) -* [curlpp](http://www.curlpp.org/) (tested: 0.8.1) +* [libcurl](https://curl.haxx.se/) (tested: 7.58.0/7.35.0) +* [curlpp](http://www.curlpp.org/) (tested: 0.8.1/0.7.3) * Optional * Documentation: [doxygen](https://www.stack.nl/~dimitri/doxygen/) (tested: 1.8.13) * Examples: [boost](http://www.boost.org/) (tested: 1.63.0) @@ -57,7 +57,7 @@ Compile with `-DWITH_DEB=ON` or `-DWITH_RPM=ON`. Run `make package` from the build directory to generate a DEB/RPM package. RPM packages are untested and DEB packages are tested sporadically. -To use the DEB package on stretch, you will need [libcurlpp0](https://packages.debian.org/de/libcurlpp0) from buster. +To use the DEB package on stretch, you will need [libcurlpp0](https://packages.debian.org/de/libcurlpp0) from buster or jessie. Prebuilt packages for x86_64(amd64) are provided with each release.