Skip to content
Arnie97 edited this page Nov 13, 2018 · 16 revisions

In general on a Debian based distro, the following dependencies are required.

sudo apt install build-essential libtool automake autoconf libfftw3-dev
git clone https://github.com/steve-m/kalibrate-rtl
cd kalibrate-rtl
./bootstrap && CXXFLAGS='-W -Wall -O3'
./configure
make
sudo make install
Clone this wiki locally