=== Building and installing the GoIO SDK  ====

From the directory containing the source do the following:

./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install

=== Testing the SDK ===

Plug in a Go! Device and run the following:
cd GoIO_DeviceCheck
make
./GoIO_DeviceCheck 


