diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-02 18:43:50 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-02 18:43:50 +0200 |
| commit | c8bd318f0dc58691f3bb2f384474920daf9870ef (patch) | |
| tree | 247f0a2089bb0a9645c777c328bdfeb5d22cf290 | |
| parent | 89e787c826890aed88f632b1fd5cf4f65541067f (diff) | |
update COMPILE instructions
- describe build process of distrio components
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | COMPILE | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -14,3 +14,20 @@ distribution doesn't have packaged ACE/TAO you can build it by this steps: 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 |
