Skip to content

Commit

Permalink
added perl-Digest-MD5 dependency for fedora 17
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSiege authored and TheSiege committed Aug 1, 2012
1 parent cf5b1ef commit befc2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -f /etc/debian_version ]; then # Debian (untested!)
echo "everything installed"
fi
elif [ -f /etc/redhat-release ]; then
yum install m4 autoconf gcc-c++ libstdc++-static glibc-devel binutils autoconf libtool gtk2-devel nss-devel GConf2-devel libgnome-keyring-devel dbus-glib-devel gperf bison cups-devel flex libjpeg-turbo-devel alsa-lib-devel bzip2-devel libXpm-devel libX11-devel openssl-devel libnotify-devel scons xdg-user-dirs v8-devel c-ares-devel sqlite-devel libxslt-devel yasm-devel libevent-devel boost-devel boost-static patch
yum install m4 autoconf gcc-c++ libstdc++-static glibc-devel binutils autoconf libtool gtk2-devel nss-devel GConf2-devel libgnome-keyring-devel dbus-glib-devel gperf bison cups-devel flex libjpeg-turbo-devel alsa-lib-devel bzip2-devel libXpm-devel libX11-devel openssl-devel libnotify-devel scons xdg-user-dirs v8-devel c-ares-devel sqlite-devel libxslt-devel yasm-devel libevent-devel boost-devel boost-static patch perl-Digest-MD5
elif [ -f /etc/arch-release ]; then
echo -e "\e[1;31mArch Linux detected!\e[0m"
echo -e "\e[1;31mNote: there is a pkgbuild in ./distro/archlinux/\e[0m"
Expand Down

0 comments on commit befc2f1

Please sign in to comment.