Skip to content
Andrew Mulholland edited this page Jun 25, 2018 · 16 revisions

In general on a Debian based distro, the following dependencies are required.
sudo apt install build-essential libtool m4 automake libfftw3-dev automake autoconf

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