Update kicad-install.sh to install wxWidgets 3.0 on Debian based distro builds.
This commit is contained in:
parent
24ed7f50f5
commit
1b6cfcab42
|
@ -102,8 +102,8 @@ install_prerequisites()
|
|||
libcairo2-dev \
|
||||
libglew-dev \
|
||||
libssl-dev \
|
||||
libwxgtk2.8-dev \
|
||||
python-wxgtk2.8
|
||||
libwxgtk3.0-dev \
|
||||
python-wxgtk3.0
|
||||
|
||||
# assume all yum systems have same prerequisites
|
||||
elif [ "$(expr match "$PM" '.*\(yum\)')" == "yum" ]; then
|
||||
|
|
Loading…
Reference in New Issue