cariboulabs / cariboulite

CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
1.1k stars 104 forks source link

cmake not found during SoapyRemote install #142

Open maihde opened 1 year ago

maihde commented 1 year ago
./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.