must be a .list file
[dev-env-setup.git] / install-hdl-apt-reqs
index f554d8684c190168c830bcc84f09ff44dacdd05a..8122138376a57e0d9b576671ad07da6c3994ff3c 100755 (executable)
@@ -3,6 +3,11 @@ if [ "$EUID" -ne 0 ]
   then echo "Please run as root"
   exit
 fi
+# for qemu 5.2 use debian/buster backports
+cat << EOF > /etc/apt/sources.list.d/buster_backports.list
+deb http://deb.debian.org/debian buster-backports main
+EOF
+
 apt-get update -y
 apt-get upgrade -y
 apt-get install -y autoconf \
@@ -21,6 +26,7 @@ apt-get install -y autoconf \
     gtkwave \
     iverilog \
     libboost-program-options-dev \
+    libevent-dev \
     libffi-dev \
     libjson-c-dev \
     libftdi-dev \
@@ -39,11 +45,16 @@ apt-get install -y autoconf \
     python3.7-dev \
     python3-nose \
     python3-setuptools \
+    python-svgwrite \
+    python3-svgwrite \
     python3-venv \
     python3-sphinx \
-    qemu-system-ppc \
+    python3-sphinx-rtd-theme \
+    python3-recommonmark \
+    qemu-system-ppc/buster-backports \
     tcl \
     tcl-dev \
     tcl-tclreadline \
     vim \
+    wget \
     xdot