Skip to content

Commit

Permalink
Merge pull request #1757 from oyviaase/master
Browse files Browse the repository at this point in the history
Added build dependencies for fedora
  • Loading branch information
alfreb authored May 7, 2018
2 parents ec807a2 + ad6555f commit bb7d934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/install_dependencies_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# OPTIONS:
############################################################

BUILD_DEPENDENCIES="curl make cmake nasm bridge-utils qemu jq python-pip g++-multilib gcc"
BUILD_DEPENDENCIES="curl make cmake nasm bridge-utils qemu jq python-pip gcc g++-multilib"
CLANG_VERSION_MIN_REQUIRED="5.0"
[ ! -z "$CC" ] && { CLANG_VERSION=${CC: -3}; } || CLANG_VERSION=$CLANG_VERSION_MIN_REQUIRED
[[ $CLANG_VERSION < $CLANG_VERSION_MIN_REQUIRED ]] && CLANG_VERSION=$CLANG_VERSION_MIN_REQUIRED
Expand Down Expand Up @@ -160,6 +160,7 @@ case $SYSTEM in
"fedora")
# Removes g++-multilib from dependencies
DEPENDENCIES=${DEPENDENCIES%g++-multilib}
DEPENDENCIES="$DEPENDENCIES clang glibc-devel.i686"
sudo dnf install $DEPENDENCIES || exit 1
;;
"arch")
Expand Down

0 comments on commit bb7d934

Please sign in to comment.