Add deps for building UEFITool
Include qt5 and CMake for building UEFITool/UEFIExtract.
This commit is contained in:
parent
2b9e45d3e1
commit
aeb83e33f6
@ -14,9 +14,10 @@ then
|
|||||||
sudo apt-get install \
|
sudo apt-get install \
|
||||||
avr-libc \
|
avr-libc \
|
||||||
avrdude \
|
avrdude \
|
||||||
build-essential \
|
|
||||||
bison \
|
bison \
|
||||||
|
build-essential \
|
||||||
ccache \
|
ccache \
|
||||||
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
flashrom \
|
flashrom \
|
||||||
@ -31,6 +32,7 @@ then
|
|||||||
parted \
|
parted \
|
||||||
python \
|
python \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
|
qt5-default \
|
||||||
sdcc \
|
sdcc \
|
||||||
uuid-dev \
|
uuid-dev \
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
@ -42,6 +44,7 @@ then
|
|||||||
avr-gcc \
|
avr-gcc \
|
||||||
avr-libc \
|
avr-libc \
|
||||||
avrdude \
|
avrdude \
|
||||||
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
flashrom \
|
flashrom \
|
||||||
@ -53,6 +56,7 @@ then
|
|||||||
ncurses-devel \
|
ncurses-devel \
|
||||||
parted \
|
parted \
|
||||||
patch \
|
patch \
|
||||||
|
qt5-qtbase-devel \
|
||||||
sdcc \
|
sdcc \
|
||||||
systemd-devel \
|
systemd-devel \
|
||||||
zlib-devel
|
zlib-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user