From: Luke Kenneth Casson Leighton Date: Mon, 8 Mar 2021 11:03:50 +0000 (+0000) Subject: add comments X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=cdb624346f9feec1aed8c954b6ec8498afb29929 add comments --- 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