summaryrefslogtreecommitdiff
path: root/COMPILE
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-05-30 14:52:00 +0200
committerManuel Traut <manut@mecka.net>2012-05-30 14:52:00 +0200
commitcc67c2e498ccc7b504799fa18bfe0c608d425dba (patch)
treeabbe890c60cee21bf33d7dc89ad8cf8063c5e857 /COMPILE
parent42bdbc9738e5768bb2fe690cc5c25119ef8264e5 (diff)
COMPILE: fixed and described deps/acetao build
- use build-acetao.sh on native linux platforms Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'COMPILE')
-rw-r--r--COMPILE16
1 files changed, 16 insertions, 0 deletions
diff --git a/COMPILE b/COMPILE
new file mode 100644
index 0000000..1623942
--- /dev/null
+++ b/COMPILE
@@ -0,0 +1,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