dev-env setup change name of install-apt-reqs because now have hdl and
authorCole Poirier <colepoirier@gmail.com>
Thu, 27 Aug 2020 19:33:04 +0000 (12:33 -0700)
committerCole Poirier <colepoirier@gmail.com>
Thu, 27 Aug 2020 19:33:04 +0000 (12:33 -0700)
mesa dev enivronments to set up

install-apt-reqs [deleted file]
install-hdl-apt-reqs [new file with mode: 0755]

diff --git a/install-apt-reqs b/install-apt-reqs
deleted file mode 100755 (executable)
index 52cad92..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/bash
-if [ "$EUID" -ne 0 ]
-  then echo "Please run as root"
-  exit
-fi
-apt-get update -y
-apt-get upgrade -y
-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 \
-    libmpfr-dev \
-    libpng++-dev \
-    libreadline-dev \
-    libreadline7 \
-    ninja-build \
-    pkg-config \
-    python \
-    python-dev \
-    python-setuptools \
-    python-virtualenv \
-    python3.7 \
-    python3.7-dev \
-    python3-nose \
-    python3-setuptools \
-    python3-venv \
-    qemu-system-ppc \
-    tcl \
-    tcl-dev \
-    tcl-tclreadline \
-    vim \
-    xdot
diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs
new file mode 100755 (executable)
index 0000000..52cad92
--- /dev/null
@@ -0,0 +1,47 @@
+#!/bin/bash
+if [ "$EUID" -ne 0 ]
+  then echo "Please run as root"
+  exit
+fi
+apt-get update -y
+apt-get upgrade -y
+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 \
+    libmpfr-dev \
+    libpng++-dev \
+    libreadline-dev \
+    libreadline7 \
+    ninja-build \
+    pkg-config \
+    python \
+    python-dev \
+    python-setuptools \
+    python-virtualenv \
+    python3.7 \
+    python3.7-dev \
+    python3-nose \
+    python3-setuptools \
+    python3-venv \
+    qemu-system-ppc \
+    tcl \
+    tcl-dev \
+    tcl-tclreadline \
+    vim \
+    xdot