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˙)
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>
tosrc/kal.cc
which is needed (else gives `error: 'basename' was not declared in this scope˙)Hope it helps somebody.