diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-06-04 18:46:24 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-06-04 18:46:24 -0700 |
commit | 9d81fa9c630990c0a1158798c6d1ec863c4e54b0 (patch) | |
tree | b515a8895fcd0b58c4cecd2186d81fbd820ebed7 /scripts | |
parent | f6df8bd54a4280356c158b1b2f0e6c722395d308 (diff) | |
download | qtlocation-mapboxgl-9d81fa9c630990c0a1158798c6d1ec863c4e54b0.tar.gz |
ensure zlib headers are installed
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/setup_travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_travis.sh b/scripts/setup_travis.sh index 294710d5d7..83b0d2c28b 100755 --- a/scripts/setup_travis.sh +++ b/scripts/setup_travis.sh @@ -19,7 +19,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then fi sudo apt-get update -y sudo apt-get -y install gcc-4.8 g++-4.8 - sudo apt-get -y install pkg-config nodejs cmake automake libtool xutils-dev git + sudo apt-get -y install git build-essential zlib1g-dev automake libtool xutils-dev make cmake pkg-config sudo apt-get -y install libxi-dev libglu1-mesa-dev x11proto-randr-dev x11proto-xext-dev libxrandr-dev x11proto-xf86vidmode-dev libxxf86vm-dev libxcursor-dev # use g++ that supports c++11 |