use boost 1.56 in travis build
This commit is contained in:
parent
a0c7d3a238
commit
4fb31679d9
2 changed files with 5 additions and 4 deletions
|
@ -5,11 +5,12 @@ dist: trusty
|
|||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- boost-latest
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-5
|
||||
- g++-5
|
||||
- libboost-all-dev
|
||||
- libboost1.56-all-dev
|
||||
- cmake
|
||||
|
||||
env:
|
||||
|
|
|
@ -18,8 +18,8 @@ Precise map-matching for public transit schedules (GTFS data).
|
|||
## Requirements
|
||||
|
||||
* `cmake`
|
||||
* `gcc`
|
||||
* `libboost-system`, `libboost-filesystem`, `libboost-geometry`
|
||||
* `gcc` >= 5
|
||||
* `libboost-system` >= 1.56, `libboost-filesystem` >= 1.56, `libboost-geometry` >= 1.56
|
||||
|
||||
## Building and Installation
|
||||
|
||||
|
@ -115,4 +115,4 @@ On Debianesque systems, type
|
|||
sudo apt-get install zlib1g-dev
|
||||
```
|
||||
|
||||
to install the dependencies.
|
||||
to install the dependencies.
|
||||
|
|
Loading…
Reference in a new issue