diff options
Diffstat (limited to '')
| -rwxr-xr-x | extra-tools/CITPreBuildDep.sh | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh index d73e247..5b4e190 100755 --- a/extra-tools/CITPreBuildDep.sh +++ b/extra-tools/CITPreBuildDep.sh @@ -2,7 +2,9 @@  "sudo" apt-get -qq update -"sudo" apt-get install libstdc++ +#installing libstdc++ 4.8 +"gcc" -v +  #building cmkae 3.4.3 since the CI Travis virtual host is Ubuntu(???)  "wget" http://www.cmake.org/files/v3.4/cmake-3.4.3.tar.gz | 
