From cdb624346f9feec1aed8c954b6ec8498afb29929 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 8 Mar 2021 11:03:50 +0000 Subject: [PATCH] add comments --- hdl-tools-yosys | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hdl-tools-yosys b/hdl-tools-yosys index 23cbd93..6946aed 100755 --- a/hdl-tools-yosys +++ b/hdl-tools-yosys @@ -4,6 +4,9 @@ if [ "$EUID" -ne 0 ] exit fi +# this is a bit of a cheat, by relying on debian to pull in all the +# build dependencies. saves time researching how to get and list them +# by hand. apt-get update -y apt-get build-dep yosys -y apt-get remove yosys -y -- 2.30.2