From: colepoirier Date: Thu, 14 May 2020 22:29:44 +0000 (-0700) Subject: Updated install-apt-reqs with more than 10 dependecies that were X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=e8ed060b79801cab7615bc6b17fc63bd639e14b0 Updated install-apt-reqs with more than 10 dependecies that were previously missing --- diff --git a/install-apt-reqs b/install-apt-reqs index 6fad41a..bd857f1 100755 --- a/install-apt-reqs +++ b/install-apt-reqs @@ -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