add comments
[dev-env-setup.git] / hdl-tools-yosys
index 23cbd93304876fa421e537ac7f7d674827c625e5..6946aedd3751177f5724bf4f86d4f2e7dcb78c80 100755 (executable)
@@ -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