ilink Installation Instructions
*******************************
Copyright (C) 2006 Bob Paauwe


Installation Requirements
=========================

X11 R6 or later
GTK+ 2.4 or later
libglade 2.10 or later

Optional: libusb-dev package


Basic Instructions for building the GUI version
===============================================

1. Unpack the tarfile to a directory of your choosing.

2. [optional] Type 'make detach' to build the detach utility

3. [optional] Run ./detach to detach the PLC from the HID driver.

5. Type 'make iplc' to build the usb driver.

6. Type 'make load_iplc' as root to load the usb driver.

7. Type 'make' to build the GUI binary.  

8. Type './ilink' to run the binary.

NOTE: the ilink-2.glade file is expected to be in the current directory when
the program is run.  No other directories are searched.



Basic Instructions for building the Command Line version
========================================================

1. Unpack the tarfile to a directory of your choosing.

2. [optional] Type 'make detach' to build the detach utility

3. [optional] Run ./detach to detach the PLC from the HID driver.

5. Type 'make iplc' to build the usb driver.

6. Type 'make load_iplc' as root to load the usb driver.

7. Type 'make link' to build the command line binary.  

8. Type './link -h' to run the binary and get usage information.
