travis 7
This commit is contained in:
parent
393cd96eaf
commit
e7b39b7be2
@ -17,4 +17,5 @@ before_install:
|
||||
script:
|
||||
- mkdir -p build && cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- make VERBOSE=1
|
||||
- sudo make install
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user