fp@198: -------------------------------------------------------------------------------
fp@198: 
fp@198: This is the INSTALL file of the IgH EtherCAT Master.
fp@198: 
fp@198: $Id$
fp@198: 
fp@198: -------------------------------------------------------------------------------
fp@198: 
fp@198: Building and installing
fp@1721: =======================
fp@1721: 
fp@1730: The building and installation procedure is described in section 2.1 in the
fp@1739: EtherCAT master documentation available from http://etherlab.org/ethercat.
fp@1721: 
fp@198: -------------------------------------------------------------------------------
fp@1730: 
fp@1730: For the impatient:
fp@1730: 
fp@1730: The procedure mainly consists of calling
fp@1730: 
fp@1732: $ ./configure
fp@1732: $ make modules
fp@1730: 
fp@1732: (and as root)
fp@1732: 
fp@1739: # make install
fp@1732: # make modules_install
fp@1732: 
fp@1732: ...and copying the init script and sysconfig file from $prefix/etc to the
fp@1730: appropriate locations and customizing the sysconfig file.
fp@1730: 
fp@1730: -------------------------------------------------------------------------------