summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-06-02 18:43:50 +0200
committerManuel Traut <manut@mecka.net>2012-06-02 18:43:50 +0200
commitc8bd318f0dc58691f3bb2f384474920daf9870ef (patch)
tree247f0a2089bb0a9645c777c328bdfeb5d22cf290
parent89e787c826890aed88f632b1fd5cf4f65541067f (diff)
update COMPILE instructions
- describe build process of distrio components Signed-off-by: Manuel Traut <manut@mecka.net>
-rw-r--r--COMPILE17
1 files changed, 17 insertions, 0 deletions
diff --git a/COMPILE b/COMPILE
index 7ffe8a1..f496a5c 100644
--- a/COMPILE
+++ b/COMPILE
@@ -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