diff --git a/INSTALL b/INSTALL index 831e78b0fe0f2d0f27cd28489423a8a4e294082d..cc2c3f598e5fa093cab30fd991a920b3ccb94c08 100644 --- a/INSTALL +++ b/INSTALL @@ -4,29 +4,29 @@ This is the INSTALL file of the IgH EtherCAT Master. $Id$ +vim: set spelllang=en spell tw=78 + ------------------------------------------------------------------------------- Building and installing ======================= -The build and installation procedure is described in section 2.1 in the -documentation available from http://etherlab.org/en/ethercat. +The complete build and installation procedure is described in the respective +section of the documentation available from http://etherlab.org/en/ethercat. ------------------------------------------------------------------------------- For the impatient: The procedure mainly consists of calling $ ./configure -$ make -$ make modules +$ make all modules -(and as root) +... and as root: -# make install -# make modules_install +# make modules_install install # depmod -...and linking the init script and copying the sysconfig file from $PREFIX/etc +... and linking the init script and copying the sysconfig file from $PREFIX/etc to the appropriate locations and customizing the sysconfig file. # ln -s ${PREFIX}/etc/init.d/ethercat /etc/init.d/ethercat diff --git a/README b/README index d3969510117a56c89c04eb65aff3223ffaf856c6..7c8b1fb7730218a807df20c4dce609522da9d9d5 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ recommended (hdparm -d0 <DEV>). 5) License ========== -Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH +Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH This file is part of the IgH EtherCAT Master. diff --git a/README.EoE b/README.EoE index a3b05b4dde8092c70255264e50c1bec47b0dd238..ec820fa3eaa520027978149b58c3ffdb34732e11 100644 --- a/README.EoE +++ b/README.EoE @@ -2,6 +2,10 @@ $Id$ +vim: spelllang=en spell tw=78 + +------------------------------------------------------------------------------- + This file shall give additional information on how to set up a network environment with Ethernet over EtherCAT devices.