Add deps for building UEFITool

Include qt5 and CMake for building UEFITool/UEFIExtract.
This commit is contained in:
Tim Crawford 2020-11-11 15:10:04 -07:00 committed by Jeremy Soller
parent 2b9e45d3e1
commit aeb83e33f6

View File

@ -14,9 +14,10 @@ then
sudo apt-get install \
avr-libc \
avrdude \
build-essential \
bison \
build-essential \
ccache \
cmake \
curl \
dosfstools \
flashrom \
@ -31,6 +32,7 @@ then
parted \
python \
python3-distutils \
qt5-default \
sdcc \
uuid-dev \
zlib1g-dev
@ -42,6 +44,7 @@ then
avr-gcc \
avr-libc \
avrdude \
cmake \
curl \
dosfstools \
flashrom \
@ -53,6 +56,7 @@ then
ncurses-devel \
parted \
patch \
qt5-qtbase-devel \
sdcc \
systemd-devel \
zlib-devel