./install.sh: line 92: cmake: command not found
make: *** No targets specified and no makefile found. Stop.
This is on RaspberryPi Lite OS (bullseye)y. Running sudo apt install cmake fixed it, so likely adding this to the required dependencies step will address it.
This is on RaspberryPi Lite OS (bullseye)y. Running
sudo apt install cmake
fixed it, so likely adding this to the required dependencies step will address it.