steve-m / kalibrate-rtl

fork of http://thre.at/kalibrate/ for use with rtl-sdr devices
BSD 2-Clause "Simplified" License
488 stars 146 forks source link

Alpine installation #24

Closed SloCompTech closed 5 years ago

SloCompTech commented 5 years ago

Hi, anyone trying to build kalibrate on alpine please install fftw-dev, fftw, libusb-dev, libusb, musl-dev, musl.

Then when you compile it will probably give you error, so what needs to be fixed ? Add #include <libgen.h> to src/kal.cc which is needed (else gives `error: 'basename' was not declared in this scope˙)

Hope it helps somebody.

SloCompTech commented 5 years ago

Issue solved on https://github.com/viraptor/kalibrate-rtl