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:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
- boost-latest
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- gcc-5
|
- gcc-5
|
||||||
- g++-5
|
- g++-5
|
||||||
- libboost-all-dev
|
- libboost1.56-all-dev
|
||||||
- cmake
|
- cmake
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -18,8 +18,8 @@ Precise map-matching for public transit schedules (GTFS data).
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* `cmake`
|
* `cmake`
|
||||||
* `gcc`
|
* `gcc` >= 5
|
||||||
* `libboost-system`, `libboost-filesystem`, `libboost-geometry`
|
* `libboost-system` >= 1.56, `libboost-filesystem` >= 1.56, `libboost-geometry` >= 1.56
|
||||||
|
|
||||||
## Building and Installation
|
## Building and Installation
|
||||||
|
|
||||||
|
@ -115,4 +115,4 @@ On Debianesque systems, type
|
||||||
sudo apt-get install zlib1g-dev
|
sudo apt-get install zlib1g-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
to install the dependencies.
|
to install the dependencies.
|
||||||
|
|
Loading…
Reference in a new issue