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
#echo "red hat compatible system"
# 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 \
bzrtools \
build-essential \
cmake \
cmake-curses-gui \
cmake-gui \
doxygen \
libbz2-dev \
libcairo2-dev \
libglew-dev \
libssl-dev \
libwxgtk2.8-dev \
python-wxgtk2.8
bzip2-libs \
bzip2-devel \
cairo-devel \
glew-devel \
openssl-devel \
wxGTK-devel \
wxPython
else
echo
echo "Incompatible System. Neither 'yum' nor 'apt-get' found. Not possible to continue."