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
574 stars 357 forks source link

Problem with compile LTE-Cell-Scanner #1

Open mrdesc opened 11 years ago

mrdesc commented 11 years ago

i have a problem, when i compile LTE-Cell-Scanner following the instructions: git clone git://github.com/Evrytania/LTE-Cell-Scanner.git

cd LTE-Cell-Scanner

mkdir build

cd build

cmake ..

make

make install

the problem is "cmake .." the error is the follow:

cmake error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake: 91 (MESSAGE) : Could not find Curses (Missing: CURSES_LIBRARY CURSES_INCLUDE_PATH )

help me with the this problem please Thanks

csharpengineer commented 11 years ago

http://stackoverflow.com/questions/4678926/cmake-cant-find-curses

mrdesc commented 11 years ago

Thanks!!