blob: f496a5c2e856c3008a5afdf9cd681bf0702d5fa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
COMPILE DISTRIO
===============
Manuel Traut <manut@mecka.net>
MPC/ACE/TAO
-----------
The TAO CORBA framework is used by the distrio Manager.
It depends on the MakeProjectCreator (MPC) and on ACE.
You should use the ACE/TAO packages provided by your distribution. If your
distribution doesn't have packaged ACE/TAO you can build it by this steps:
1) git submodule init
2) git submodule update
3) cd deps
4) ./build-acetao.sh
DISTRIO
-------
Generate corba interface code:
1) make idl
Build libs and binaries:
2) make
These steps can also be done in the following directories, to build a single
distrio component:
- common
- io
- manager
|