=============================================================================
        Supported Devices and Dependencies
=============================================================================

Any scanner supported by the SANE project. SANE project libraries should be
installed.

=============================================================================
        Installation and first run
=============================================================================

Unpack the archive:

	$ sudo cp -arf {TOP_DIR}/* /

Start Scanner Redirection daemon:

	$ sudo /usr/lib/omnissa/horizon/bin/ftscanhvd

Now you can start Omnissa Horizon Client and redirect supported scanners. To
see the list of all supported options, run:

	$ /usr/lib/omnissa/horizon/bin/ftscanhvd -h

=============================================================================
        Automatic start of the daemon in Redhat RHEL 9.0 or above
=============================================================================

Run scripts:

	$ sudo sudo bash /usr/lib/omnissa/horizon/scannerRedirection/scanner-redirection-setup.sh -i /etc /etc/rc.d/init.d

=============================================================================
        Automatic start of the daemon in Redhat(RHEL < 9.0), Ubuntu or Debian
=============================================================================

Copy script:

	$ sudo bash /usr/lib/omnissa/horizon/scannerRedirection/scanner-redirection-setup.sh -i /etc /etc/init.d
	
Edit the /etc/init.d/ftscanhv script if you need to change path to the daemon.
Then run once:

	$ sudo /etc/init.d/ftscanhv start

