Evrytania / LTE-Cell-Scanner

LTE SDR cell scanner optimized to work with very low performance RF front ends (8bit A/D, 20dB noise figure)
GNU Affero General Public License v3.0
581 stars 357 forks source link

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. #32

Open ianmclean1995 opened 5 years ago

ianmclean1995 commented 5 years ago

I've managed to work through most of my issues so far, but I'm a bit stuck on the two errors I'm getting after I run cmake:

-- Found FFTW: /usr/local/lib/libfftw3.so CMake Error at cmake/Modules/FindRTLSDR.cmake:43 (MESSAGE): Could not find RTLSDR library Call Stack (most recent call first): CMakeLists.txt:33 (FIND_PACKAGE)

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: Boost_INCLUDE_DIR (ADVANCED) used as include directory in directory /home/imc/LTE-Cell-Scanner used as include directory in directory /home/imc/LTE-Cell-Scanner used as include directory in directory /home/imc/LTE-Cell-Scanner

-- Configuring incomplete, errors occurred! See also "/home/imc/LTE-Cell-Scanner/build/CMakeFiles/CMakeOutput.log".

Any advice or direction would be appreciated, thanks!

velichkov commented 5 years ago

Hi @ianmclean1995,

CMake Error at cmake/Modules/FindRTLSDR.cmake:43 (MESSAGE): Could not find RTLSDR library

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: Boost_INCLUDE_DIR (ADVANCED)

You need to install boost and rtlsdr libraries, if you are using Debian/Ubuntu/Kali then run sudo apt-get install libboost-dev rtl-sdr. See also #12 and #15.