File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ add-apt-repository --yes ppa:js-reynaud/kicad-5
6
6
apt-key update
7
7
apt-get update
8
8
9
- # apt-get -y upgrade
10
- 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; }
9
+ # Install packages
10
+ apt-get -y install build-essential git gitg sdcc firefox python3-dev python3-pip python3-zmq python3-usb\
11
+ python3-pyqt5 python3-pyqt5.qtsvg python3-numpy qt4-designer kicad libsdl2-dev openjdk-11-jdk\
12
+ meld leafpad dfu-util openocd || { echo ' apt-get install failed' ; exit 1; }
11
13
12
- # To run 32bit programs
14
+ # Libs to run 32bit programs
13
15
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1
14
16
15
17
# Installing VirtualBox GuestAdditions
You can’t perform that action at this time.
0 commit comments