diff -r 60b2aad9d40b -r 1cc865ba17c2 INSTALL --- a/INSTALL Fri Oct 13 10:07:10 2006 +0000 +++ b/INSTALL Tue Nov 07 12:13:30 2006 +0000 @@ -12,7 +12,7 @@ The building and installation procedure is described in section 2.1 in the EtherCAT master documentation: - documentation/ethercat-doc.pdf +documentation/ethercat-doc.pdf ------------------------------------------------------------------------------- @@ -20,11 +20,15 @@ The procedure mainly consists of calling - ./configure - make - make install +$ ./configure +$ make modules -...and copying the init script and sysconfig files from $prefix/etc to the +(and as root) + +# make modules_install +# make install + +...and copying the init script and sysconfig file from $prefix/etc to the appropriate locations and customizing the sysconfig file. -------------------------------------------------------------------------------