Skip to content

Commit

Permalink
Install python3-pyqt5.qtsvg when creating the machine. Closes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Nov 30, 2018
1 parent 2a69e4b commit 8b4fa93
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions provision.sh
Expand Up @@ -6,10 +6,12 @@ add-apt-repository --yes ppa:js-reynaud/kicad-5
apt-key update
apt-get update

#apt-get -y upgrade
apt-get -y install build-essential git gitg sdcc firefox python3-dev python3-pip python3-zmq python3-usb python3-pyqt5 python3-numpy qt4-designer kicad libsdl2-dev openjdk-11-jdk meld leafpad dfu-util openocd || { echo 'apt-get install failed' ; exit 1; }
# Install packages
apt-get -y install build-essential git gitg sdcc firefox python3-dev python3-pip python3-zmq python3-usb\
python3-pyqt5 python3-pyqt5.qtsvg python3-numpy qt4-designer kicad libsdl2-dev openjdk-11-jdk\
meld leafpad dfu-util openocd || { echo 'apt-get install failed' ; exit 1; }

# To run 32bit programs
# Libs to run 32bit programs
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1

# Installing VirtualBox GuestAdditions
Expand Down

0 comments on commit 8b4fa93

Please sign in to comment.