Additional packages needed vor Ubuntu 14.04 Trusty

This commit is contained in:
Bernhard F.W. Gschaider 2014-05-31 15:47:23 +02:00
parent 47e66aa646
commit 7e7434bd09

View file

@ -24,7 +24,7 @@ echo
echo "Installing additional packages" echo "Installing additional packages"
echo echo
neededPackages=(g++ bison flex mercurial git make ccache cmake rpm) neededPackages=(g++ bison flex mercurial git make ccache cmake rpm zlib1g-dev libiberty-dev)
bonusPackages=(emacs csh tcsh zsh) bonusPackages=(emacs csh tcsh zsh)
for p in ${neededPackages[@]}; do for p in ${neededPackages[@]}; do