This commit is contained in:
tastytea 2018-03-12 10:14:24 +01:00
parent 393cd96eaf
commit e7b39b7be2
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 6 additions and 5 deletions

View File

@ -17,4 +17,5 @@ before_install:
script:
- mkdir -p build && cd build
- cmake ..
- make
- make VERBOSE=1
- sudo make install

View File

@ -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.