Update kicad-install.sh to install wxWidgets 3.0 on Debian based distro builds.

This commit is contained in:
Wayne Stambaugh 2014-09-28 20:18:10 -04:00
parent 24ed7f50f5
commit 1b6cfcab42
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ install_prerequisites()
libcairo2-dev \ libcairo2-dev \
libglew-dev \ libglew-dev \
libssl-dev \ libssl-dev \
libwxgtk2.8-dev \ libwxgtk3.0-dev \
python-wxgtk2.8 python-wxgtk3.0
# assume all yum systems have same prerequisites # assume all yum systems have same prerequisites
elif [ "$(expr match "$PM" '.*\(yum\)')" == "yum" ]; then elif [ "$(expr match "$PM" '.*\(yum\)')" == "yum" ]; then