install boost program options
This commit is contained in:
parent
e3ea7f8093
commit
88e53712e1
@ -6,7 +6,7 @@ before_install:
|
|||||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
- sudo add-apt-repository ppa:boost-latest/ppa -y
|
- sudo add-apt-repository ppa:boost-latest/ppa -y
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq cmake libboost1.54-dev g++-4.8
|
- sudo apt-get install -qq cmake libboost1.54-dev libboost-program-options1.54-dev g++-4.8
|
||||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user