nthdimtech / signet-base

Signet firmware and device interface library
https://www.crowdsupply.com/nth-dimension/signet
GNU General Public License v3.0
15 stars 7 forks source link

Missing dependencies: zip #55

Open anon8675309 opened 2 years ago

anon8675309 commented 2 years ago

unzip and gawk are required when running ./build-deps.sh

Build environment Debian 11 (bullseye). Here's the relevant output from build-deps.sh for each of the errors:

checking for unzip... no
configure: error: missing required tool: unzip
...
checking for GNU awk... no
configure: error: Required tool not found: GNU awk

Adding "unzip, gawk" to the README as dependencies will resolve this issue.