install boost program options
This commit is contained in:
parent
e3ea7f8093
commit
88e53712e1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ before_install:
|
|||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
- sudo add-apt-repository ppa:boost-latest/ppa -y
|
||||
- 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
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue