2020-12-22 18:35:49 -06:00
|
|
|
apt-get update && apt-get install -y \
|
|
|
|
autoconf \
|
|
|
|
automake \
|
|
|
|
bison \
|
|
|
|
ccache \
|
|
|
|
cmake \
|
|
|
|
ctags \
|
|
|
|
curl \
|
|
|
|
doxygen \
|
|
|
|
flex \
|
|
|
|
fontconfig \
|
|
|
|
gdb \
|
|
|
|
git \
|
|
|
|
gperf \
|
|
|
|
iverilog \
|
|
|
|
libc6-dev \
|
|
|
|
libcairo2-dev \
|
|
|
|
libevent-dev \
|
|
|
|
libffi-dev \
|
|
|
|
libfontconfig1-dev \
|
|
|
|
liblist-moreutils-perl \
|
|
|
|
libncurses5-dev \
|
|
|
|
libreadline-dev \
|
|
|
|
libx11-dev \
|
|
|
|
libxft-dev \
|
|
|
|
libxml++2.6-dev \
|
|
|
|
make \
|
|
|
|
perl \
|
|
|
|
pkg-config \
|
|
|
|
python3 \
|
|
|
|
python3-setuptools \
|
|
|
|
python3-lxml \
|
|
|
|
python3-pip \
|
|
|
|
qt5-default \
|
2020-12-22 19:14:09 -06:00
|
|
|
tcllib \
|
|
|
|
tcl8.6-dev \
|
2020-12-22 18:35:49 -06:00
|
|
|
texinfo \
|
|
|
|
time \
|
|
|
|
valgrind \
|
|
|
|
zip
|