shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
614 stars 62 forks source link

cmake -B build -DCMAKE_BUILD_TYPE=Release #8

Closed graememilne closed 1 year ago

graememilne commented 1 year ago

So i have followed the the instructions .cd into rtl-sdr-cpp folder $cmake -B build -DCMAKE_BUILD_TYPE=Release. On doing this i get an error rtl-sdr-cpp Have googled for any help but all i get is confusing info . This project looks great apart from the fustrating holdup . Hope someone can come up with a simple remedy i can follow. Thankyou and regards graeme

shajen commented 1 year ago

You need to install nlohmann-json. If your distro is Ubuntu or Debian type in terminal:

sudo apt-get install nlohmann-json3-dev

or find out how to install it on your distro if use another.

shajen commented 1 year ago

I have merged already raw to master. It's ready to work. There is many many new feature. Please check master branch.