equal
deleted
inserted
replaced
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: |
14 |
14 |
15 documentation/ethercat-doc.pdf |
15 documentation/ethercat-doc.pdf |
16 |
16 |
17 ------------------------------------------------------------------------------- |
17 ------------------------------------------------------------------------------- |
18 |
18 |
19 For the impatient: |
19 For the impatient: |
20 |
20 |
21 The procedure mainly consists of calling |
21 The procedure mainly consists of calling |
22 |
22 |
23 ./configure |
23 $ ./configure |
24 make |
24 $ make modules |
25 make install |
|
26 |
25 |
27 ...and copying the init script and sysconfig files from $prefix/etc to the |
26 (and as root) |
|
27 |
|
28 # make modules_install |
|
29 # make install |
|
30 |
|
31 ...and copying the init script and sysconfig file from $prefix/etc to the |
28 appropriate locations and customizing the sysconfig file. |
32 appropriate locations and customizing the sysconfig file. |
29 |
33 |
30 ------------------------------------------------------------------------------- |
34 ------------------------------------------------------------------------------- |