projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce536a
)
add comments
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Mar 2021 11:03:50 +0000
(11:03 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Mar 2021 11:03:50 +0000
(11:03 +0000)
hdl-tools-yosys
patch
|
blob
|
history
diff --git
a/hdl-tools-yosys
b/hdl-tools-yosys
index 23cbd93304876fa421e537ac7f7d674827c625e5..6946aedd3751177f5724bf4f86d4f2e7dcb78c80 100755
(executable)
--- 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