pi-build
pi-build copied to clipboard
pull hamlib from github, not sourceforge
Hamlib is now being maintained on github, if you want to stay current, that's the place... https://hamlib.github.io for more info.
Thanks for the heads up. 73, de KM4ACK
rm -rf Hamlib
git clone https://github.com/Hamlib/Hamlib
cd Hamlib
./bootstrap
if [[ $(whereis python | grep bin) ]];then
./configure --with-python-binding --with-xml-support
else
./configure --with-xml-support
fi
#make -j 4
make
sudo make install
sudo ldconfig
this shims over source forge