Commit 1b6cfcab authored by Wayne Stambaugh's avatar Wayne Stambaugh

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

parent 24ed7f50
......@@ -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
......
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