You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: