INSTALL
branchstable-1.1
changeset 1732 1cc865ba17c2
parent 1730 27a1aee7e254
child 560 9bb7bf607d82
--- 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.
 
 -------------------------------------------------------------------------------