newbie question

Add useful snippets of code or links to entire SDR projects.
Post Reply
SDRnerd
Posts: 56
Joined: Sun Jan 07, 2018 6:29 pm

newbie question

Post by SDRnerd » Sun Jul 07, 2019 3:54 pm

Hi,

Just starting to mount a RSP on a Raspberry Pi4 and run into some command line problems. I'm a new user of the Pi and apart from some old basic code from back in 1982, of wich I have forgotten most of, are making my first steps in Raspian.

When trying to install the RSP I got stuck when making a SoapySDR build. What happens is that after the command cd build line the instruction " cmake ../ " is not recognised. The Pi answers with " bash: cmake: command not found "

Any suggestions?

Best 73'
Ron

Reason: No reason

sdrplay
Posts: 978
Joined: Wed Jan 07, 2015 7:58 am

Re: newbie question

Post by sdrplay » Mon Jul 08, 2019 9:04 am

Not all of the code building commands are pre-installed. In a terminal window, run...

sudo apt install cmake

this will install the cmake command. There may be others that you run into.

Best regards,

SDRplay Support

Reason: No reason

Post Reply