LIME-SDR INSTALL
============

You must have CMake >= 2.4.7 in order to build this package.

libLimeSuite is required:
in Ubuntu/Debian:
sudo add-apt-repository ppa:myriadrf/drivers
sudo apt-get update
sudo apt-get install limesuite

1) $ tar -xzf indi_limesdr.tar.gz
2) $ mkdir indi_limesdr_build
3) $ cd indi_limesdr_build
4) $ cmake -DCMAKE_INSTALL_PREFIX=/usr . ../indi_limesdr
5) $ su -c 'make install' or sudo make install
   
Refer to README for instructions on using the driver.

That's it!
