198
|
1 |
-------------------------------------------------------------------------------
|
|
2 |
|
|
3 |
This is the INSTALL file of the IgH EtherCAT Master.
|
|
4 |
|
|
5 |
$Id$
|
|
6 |
|
|
7 |
-------------------------------------------------------------------------------
|
|
8 |
|
|
9 |
Building and installing
|
355
|
10 |
=======================
|
|
11 |
|
785
|
12 |
The build and installation procedure is described in section 2.1 in the
|
|
13 |
documentation available from http://etherlab.org/en/ethercat.
|
355
|
14 |
|
198
|
15 |
-------------------------------------------------------------------------------
|
380
|
16 |
|
785
|
17 |
For the impatient: The procedure mainly consists of calling
|
380
|
18 |
|
487
|
19 |
$ ./configure
|
|
20 |
$ make modules
|
380
|
21 |
|
487
|
22 |
(and as root)
|
|
23 |
|
560
|
24 |
# make install
|
487
|
25 |
# make modules_install
|
|
26 |
|
785
|
27 |
...and copying the init script and sysconfig file from $PREFIX/etc to the
|
380
|
28 |
appropriate locations and customizing the sysconfig file.
|
|
29 |
|
|
30 |
-------------------------------------------------------------------------------
|