== WFSYN Package ==

WFSYN is a library and other tools for controlling Windfreak Technologies
Synth NV series RF signal generators.

This code is distributed under the Lesser GNU Public License (LGPL).  See
the accompanying files COPYING and COPYING.LESSER for the terms of this
license.

The Windfreak Technologies products were developed by David Goins.  See
windfreaktech.com.

This package was developed by Scott Guthridge <pdx_scooter@yahoo.com>.
Please report any library bugs or feature requests here.


== Installation ==

To build and install these tools in /usr/local, su to root and run:

    # make install

By default, the binaries are placed in /usr/local.  You can override
the destinations using, for example:

    # make INCLUDEDIR=/usr/include LIBDIR=/usr/lib/lib64 BINDIR=/usr/bin \
	    MANDIR=/usr/share/man install


Note: If ModemManager is installed on your system, it may interfere with the
device.  You can disable ModemManager using the following command:

    sudo mv /usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service /usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service.disabled


== Packaging ==

To build the tarball and RPM files, run (as a normal user):

    $ make rpm

this produces:

    wfsyn-X.Y.Z.tgz
    rpmbuild/RPMS/*
    rpmbuild/SRPMS/*
