Installation killed

Operating System: Raspberry PI Zero 2 W (OS 32 bit)
Downloaded fullbuild-wfview.sh and started with commandlines from Github:
cd ~/Downloads
chmod +x fullbuild-wfview.sh
./fullbuild-wfview.sh
It died in the installation procedure giving logfile https://termbin.com/p4e8
What was wrong?

Most likely the pi ran out of memory.

You can edit the build script and change:

make -j2

To:

make

This will limit it to compiling only one file at a time. Close any other programs you may have running and go eat lunch while it churns away.

—E
de W6EL