Additional packages needed vor Ubuntu 14.04 Trusty
This commit is contained in:
parent
47e66aa646
commit
7e7434bd09
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ echo
|
|||
echo "Installing additional packages"
|
||||
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)
|
||||
|
||||
for p in ${neededPackages[@]}; do
|
||||
|
|
Reference in a new issue