From ae50461811481f32c3e25f5cfcbf32466b8c383d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 28 Jun 2026 17:29:19 -0400 Subject: [PATCH] Update install add ft857d install --- install | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/install b/install index b7b68af3..18d10ab5 100755 --- a/install +++ b/install @@ -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)?"