Update install add ft857d install

master-btb
Alan Johnston 3 weeks ago committed by GitHub
parent 475f610e5e
commit ae50461811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -834,6 +834,18 @@ if [ ! -f "/home/pi/ssdv/ssdv" ]; then
make
fi
if [ ! -f "/home/pi/FT857d" ]; then
cd
echo "Installing FT857d for Doppler rigctld control mode"
git clone https://github.com/alanbjohnston/FT857d.git
cd FT857d/examples/FT857d
git checkout pi
g++ main.c ../../src/ft857d.cpp -lwiringPi -o ft857d
sudo apt-get install -y libhamlib-utils socat gpredict
fi
cd
#echo "Would you like to reboot to complete the installation (y/n)?"

Loading…
Cancel
Save

Powered by TurnKey Linux.