blob: 162394293a0b2f9cc6d03a907a829174bb448e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
COMPILE DISTRIBUTED-IO
======================
Manuel Traut <manut@mecka.net>
MPC/ACE/TAO
-----------
The TAO CORBA framework is used by the distributed-io 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
|