Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / install-hdl-apt-reqs
index 52ab63268a615288f55fbaa921e34802c11a99b9..6ade3986d671f5187b41a3fdfbbac98f0e2e169c 100755 (executable)
@@ -53,9 +53,12 @@ apt-get install -y autoconf \
     python3-pandocfilters \
     python3-toml \
     pandoc \
+    rsync \
+    ssh \
     texstudio \
     texlive \
     texlive-latex-extra \
+    texlive-xetex \
     inkscape \
     tcl \
     tcl-dev \
@@ -64,10 +67,12 @@ apt-get install -y autoconf \
     wget \
     xdot
 
-
 # have to also upgrade sysvinit-core to stop it getting removed
 apt-get -t buster-backports install -y qemu-system-ppc/buster-backports
 
 # if doing this on ppc64le it may fail
 apt-get install -y gcc-8-powerpc64-linux-gnu
 apt-get install -y gcc-8-powerpc64le-linux-gnu
+# install the gcc binaries above, but without the trailing "8"
+apt-get install -y gcc-powerpc64-linux-gnu
+apt-get install -y gcc-powerpc64le-linux-gnu