-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue installing LTE-CELL-SCANNER #15
Comments
I'm probably late to the game, but others will have the same error message.
cmake/Modules/FindITPP.cmake cmake/Modules/FindFFTW.cmake cmake/Modules/FindRTLSDR.cmake I put the added line right before the x86_64 line. |
find directory to include.....cd /usr/lib && find. | grep -i itpp files to modifycmake/Modules/FindITPP.cmake cmake/Modules/FindRTLSDR.cmake dependenciessudo apt install libblas-dev librtlsdr-dev libncurses5-dev libitpp-dev -y |
Hi, I can't install LTE-CELL-SCANNER, so, could you help me? this is the log and I've already installed the itpp library...
root@CloudNav-PC:/home/LTE-Cell-Scanner/build# cmake ..
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- thread
-- system
CMake Error at cmake/Modules/FindITPP.cmake:62 (MESSAGE):
Could not find ITPP library
Call Stack (most recent call first):
CMakeLists.txt:27 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/home/LTE-Cell-Scanner/build/CMakeFiles/CMakeOutput.log".
root@CloudNav-PC:/home/LTE-Cell-Scanner/build# aptitude search itpp
i libitpp-dev - C++ library of signal processing and communication routines: Headers
pi libitpp-doc - C++ library of signal processing and communication routines: Documentation
i A libitpp8 - C++ library of signal processing and communication routines
pi libitpp8-dbg - C++ library of signal processing and communication routines: Debug symbols
root@CloudNav-PC:/home/LTE-Cell-Scanner/build#
Could anyone help me? Thanks,
The text was updated successfully, but these errors were encountered: