mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
install boost libraries, not just headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user