install boost libraries, not just headers

This commit is contained in:
Peter Thorson
2013-05-09 19:55:39 -05:00
parent 0ec7c187b8
commit 92ff87c144

View File

@@ -4,7 +4,7 @@ compiler:
- gcc
before_install:
- sudo apt-get update -qq -y
- sudo apt-get install libboost1.48-dev -y
- sudo apt-get install libboost1.48-all-dev -y
env:
global:
- BOOST_INCLUDES=/usr/include