cariboulabs / cariboulite

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

cmake not found during SoapyRemote install #142

Open maihde opened 12 months ago

maihde commented 12 months 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.