From 0b6095138b7ba0fd4ee00e1e6d6e222278866a7d Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 10 Feb 2020 17:33:33 +0000 Subject: [PATCH] --- HDL_workflow/coriolis2.mdwn | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/HDL_workflow/coriolis2.mdwn b/HDL_workflow/coriolis2.mdwn index b63de5c0c..6c7b593a6 100644 --- a/HDL_workflow/coriolis2.mdwn +++ b/HDL_workflow/coriolis2.mdwn @@ -143,12 +143,15 @@ in the schroot: TODO: document how to build alliance, basically this: -As root: +In the chroot, as root: apt-get update - apt-get install git build-essential libtool automake aclocal + apt-get install git build-essential libtool automake aclocal \ + flex bison xfig imagemagick \ + texlive texlive-pictures texlive-latex-extra \ + libx11-dev libxt-dev libxaw7-dev libxpm-dev libmotif-dev -As the schroot user: +In the chroot, as the ordinary schroot user: mkdir -p alliance/build alliance/install cd ~/alliance -- 2.30.2