INSTALL:

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

# unpack flrig distribution into flrig-1.3.19:
$ tar -xzvf flrig-1.3.19.tar.gz

# unpack the flrig files into flrig-1.3.19:
$ tar -xzvf flrig-1.3.19-sdr.1.0.n.tgz

# go to the newerly created source tree:
$ cd flrig-1.3.19

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

# configure:
$ ./configure

# build:
$ make -j9

#
# see the website for configuration details.
#

# test:
$ [ start alex hpsdr-server ]
$ [ start 1 or more alex dspservers ]
$ src/flrig -title FlRigSdr0 --config-dir .flRigSdr0 --exp

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

