Please note that this application is not complete and in
some respects not as functional as it should be. There is
no documentation and CAT functions are specific to the
YAESU FT847/FT857 and K3/K2 transceivers.

Compilation:
Please note that I use Arch Linux AMD64 which is a "bleeding
edge" type distribution, so there may be compilation and/or
run time difficulties if you are using a relatively old distro.
This is mostly true of the basic dependencies like GTK+-3 and
Glade-2, and the availability of the "raw1394" driver. This
is normally a module and it may not be loaded by default.
firecam uses the libusb-1.0 API to control the pan-tilt servos.

To compile the package, it may be preferable to first run the
included "autogen.sh" script in the package's top directory, to
produce a fresh build environment. Then the "configure" script can
be run with optional parameters to override the default settings
and compiler flags, e.g: ./configure --prefix=/usr CFLAGS="-g -O2"
will override the default /usr/local installation prefix and the
"-Wall -O2" compiler flags.

Running "make" in the package's top directory should produce the
executable binary in src/. Running "make install" will install the
binary into /usr/local/bin by default or under the specified
prefix. It will also install the default configuration file into
the user's home directory. This will have to be edited by the user
as required. There is also this hypertext documentation file which
you can copy to a location of your choice.

