Commit 18dd5238 authored by Jon Neal's avatar Jon Neal Committed by Dick Hollenbeck

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

parent f068c0d9
...@@ -63,19 +63,20 @@ install_prerequisites() ...@@ -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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment