diff options
-rwxr-xr-x | ci/install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh index d143bf3..2e0641f 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -26,4 +26,5 @@ function aptget_install { } aptget_update -aptget_install gcc g++ gcc-5 g++-5 gcc-5-plugin-dev +aptget_install gcc g++ gcc-5 g++-5 gcc-5-plugin-dev \ + make autoconf automake autopoint |