Updated install-apt-reqs with more than 10 dependecies that were
authorcolepoirier <colepoirier@gmail.com>
Thu, 14 May 2020 22:29:44 +0000 (15:29 -0700)
committercolepoirier <colepoirier@gmail.com>
Thu, 14 May 2020 22:29:44 +0000 (15:29 -0700)
previously missing

install-apt-reqs

index 6fad41ab1d97816aae92693f0607e48001cac98c..bd857f183d05fff4a62ce125ff990396fe52ac9e 100755 (executable)
@@ -5,17 +5,42 @@ if [ "$EUID" -ne 0 ]
 fi
 apt-get update -y
 apt-get upgrade -y
-apt-get install -y vim \
-    exuberant-ctags \
+apt-get install -y autoconf \
+    bison \
     build-essential \
+    clang \
+    cmake \
+    exuberant-ctags \
+    flex \
+    g++ \
+    gawk \
+    gcc-8-powerpc64-linux-gnu \
     git \
+    gperf \
+    graphviz \
+    gtkwave \
+    iverilog \
+    libboost-program-options-dev \
+    libffi-dev \
+    libftdi-dev \
+    libgmp-dev \
+    libpng++-dev \
+    libreadline-dev \
+    libreadline7 \
+    mercurial \
+    ninja-build \
+    pkg-config \
+    python \
+    python-dev \
+    python-setuptools \
+    python-virtualenv \
     python3.7 \
     python3.7-dev \
     python3-nose \
-    graphviz \
-    xdot \
-    gtkwave \
     python3-venv \
-    python-virtualenv \
-    gcc-8-powerpc64-linux-gnu \
-    qemu-system-ppc
+    qemu-system-ppc \
+    tcl \
+    tcl-dev \
+    tcl-tclreadline \
+    vim \
+    xdot