
Standard procedure;

./configure
make
as root;
make install

Now is a good thing to edit icpld.conf and copy it
to /etc . See 'man icpld' for further information
on the config file. If you lack permissions to put
files in /etc, you may put it anywhere else, and specify
the path with the -config argument.


OBS!! SOLARIS USERS OBS!!

In order to get ICPLD to run successfully on Solaris,
do the following after ./configure;

echo "#define SOLARIS" >> config.h

(or your favourite way of adding lines to a file.
