INSTALL
changeset 560 9bb7bf607d82
parent 487 448b0b23b905
child 785 c7e600cd2812
equal deleted inserted replaced
559:63c5791a02a5 560:9bb7bf607d82
     8 
     8 
     9 Building and installing
     9 Building and installing
    10 =======================
    10 =======================
    11 
    11 
    12 The building and installation procedure is described in section 2.1 in the
    12 The building and installation procedure is described in section 2.1 in the
    13 EtherCAT master documentation:
    13 EtherCAT master documentation available from http://etherlab.org/ethercat.
    14 
       
    15 documentation/ethercat-doc.pdf
       
    16 
    14 
    17 -------------------------------------------------------------------------------
    15 -------------------------------------------------------------------------------
    18 
    16 
    19 For the impatient:
    17 For the impatient:
    20 
    18 
    23 $ ./configure
    21 $ ./configure
    24 $ make modules
    22 $ make modules
    25 
    23 
    26 (and as root)
    24 (and as root)
    27 
    25 
       
    26 # make install
    28 # make modules_install
    27 # make modules_install
    29 # make install
       
    30 
    28 
    31 ...and copying the init script and sysconfig file from $prefix/etc to the
    29 ...and copying the init script and sysconfig file from $prefix/etc to the
    32 appropriate locations and customizing the sysconfig file.
    30 appropriate locations and customizing the sysconfig file.
    33 
    31 
    34 -------------------------------------------------------------------------------
    32 -------------------------------------------------------------------------------