equal
deleted
inserted
replaced
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 ------------------------------------------------------------------------------- |