diff -r 7313ed820882 -r 448b0b23b905 INSTALL --- a/INSTALL Mon Nov 06 16:33:01 2006 +0000 +++ b/INSTALL Tue Nov 07 12:10:47 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. -------------------------------------------------------------------------------