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@355: ======================= fp@355: fp@785: The build and installation procedure is described in section 2.1 in the fp@785: documentation available from http://etherlab.org/en/ethercat. fp@355: fp@198: ------------------------------------------------------------------------------- fp@380: fp@785: For the impatient: The procedure mainly consists of calling fp@380: fp@487: $ ./configure fp@487: $ make modules fp@380: fp@487: (and as root) fp@487: fp@560: # make install fp@487: # make modules_install fp@487: fp@785: ...and copying the init script and sysconfig file from $PREFIX/etc to the fp@380: appropriate locations and customizing the sysconfig file. fp@380: fp@380: -------------------------------------------------------------------------------