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 |
|
380
|
12 |
The building and installation procedure is described in section 2.1 in the
|
|
13 |
EtherCAT master documentation:
|
198
|
14 |
|
380
|
15 |
documentation/ethercat-doc.pdf
|
355
|
16 |
|
198
|
17 |
-------------------------------------------------------------------------------
|
380
|
18 |
|
|
19 |
For the impatient:
|
|
20 |
|
|
21 |
The procedure mainly consists of calling
|
|
22 |
|
|
23 |
./configure
|
|
24 |
make
|
|
25 |
make install
|
|
26 |
|
|
27 |
...and copying the init script and sysconfig files from $prefix/etc to the
|
|
28 |
appropriate locations and customizing the sysconfig file.
|
|
29 |
|
|
30 |
-------------------------------------------------------------------------------
|