INSTALL:

# Create a safe location to build flradio, making sure that you don't
# overwrite any existing fldigi source trees on your system.
# Note that the 'n' in flradio sdr files refers to version number,
# be sure to change as appropriate.
$ mkdir [...]/flradio
$ cd [...]/flradio

# unpack fldigi distribution into fldigi-3.22.05:
$ tar -xzvf fldigi-3.22.05.tar.gz

# unpack the fldigi files into fldigi-3.22.05:
$ tar -xzvf fldigi-3.22.05-sdr.1.0.n.tgz

# go to the newerly created source tree:
$ cd fldigi-3.22.05

# The rest of the process is identical to standard fldigi installation,
#  refer to the fldigi INSTALL file for further details.

# configure:
$ ./configure

# build:
$ make -j9

#
# see the website for configuration details.
#

# test:
# note: no other program, such as QtRadio, can be attached to the dsp server at the same time.
$ [ start alex hpsdr-server ]
$ [ start 1 or more alex dspservers ]

# start a generic flradio transmitter:
$ src/flradio --config-dir .flRadioK3 --hydra-role transmit:0

# start an flradio receiver:
$ src/flradio -title "FlRadioRx-0" --config-dir .flRadioRx0 --hydra-role receiver

# you can find a tarball of Desktop launchers and suppport shells on the website.
# you will need to modify paths and possibly other fields...

