FIX: Red Hat (and derivatives such as Fedora) support in kicad-install.sh

This commit is contained in:
Jon Neal 2013-11-27 08:13:06 -06:00 committed by Dick Hollenbeck
parent f068c0d94f
commit 18dd52385f
1 changed files with 10 additions and 9 deletions

View File

@ -63,19 +63,20 @@ install_prerequisites()
elif [ "$(expr match "$PM" '.*\(yum\)')" == "yum" ]; then elif [ "$(expr match "$PM" '.*\(yum\)')" == "yum" ]; then
#echo "red hat compatible system" #echo "red hat compatible system"
# Note: if you find this list not to be accurate, please submit a patch: # Note: if you find this list not to be accurate, please submit a patch:
sudo yum install sudo yum groupinstall "Development Tools"
sudo yum install \
bzr \ bzr \
bzrtools \ bzrtools \
build-essential \
cmake \ cmake \
cmake-curses-gui \ cmake-gui \
doxygen \ doxygen \
libbz2-dev \ bzip2-libs \
libcairo2-dev \ bzip2-devel \
libglew-dev \ cairo-devel \
libssl-dev \ glew-devel \
libwxgtk2.8-dev \ openssl-devel \
python-wxgtk2.8 wxGTK-devel \
wxPython
else else
echo echo
echo "Incompatible System. Neither 'yum' nor 'apt-get' found. Not possible to continue." echo "Incompatible System. Neither 'yum' nor 'apt-get' found. Not possible to continue."