equal
deleted
inserted
replaced
7 ------------------------------------------------------------------------------- |
7 ------------------------------------------------------------------------------- |
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 build and installation procedure is described in section 2.1 in the |
13 EtherCAT master documentation available from http://etherlab.org/ethercat. |
13 documentation available from http://etherlab.org/en/ethercat. |
14 |
14 |
15 ------------------------------------------------------------------------------- |
15 ------------------------------------------------------------------------------- |
16 |
16 |
17 For the impatient: |
17 For the impatient: The procedure mainly consists of calling |
18 |
|
19 The procedure mainly consists of calling |
|
20 |
18 |
21 $ ./configure |
19 $ ./configure |
22 $ make modules |
20 $ make modules |
23 |
21 |
24 (and as root) |
22 (and as root) |
25 |
23 |
26 # make install |
24 # make install |
27 # make modules_install |
25 # make modules_install |
28 |
26 |
29 ...and copying the init script and sysconfig file from $prefix/etc to the |
27 ...and copying the init script and sysconfig file from $PREFIX/etc to the |
30 appropriate locations and customizing the sysconfig file. |
28 appropriate locations and customizing the sysconfig file. |
31 |
29 |
32 ------------------------------------------------------------------------------- |
30 ------------------------------------------------------------------------------- |