diff options
| author | Manuel Traut <manut@mecka.net> | 2012-05-30 03:00:06 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-05-30 03:00:06 +0200 |
| commit | 52e73517c84b9f3e4573f73f55d0c8a0a73a3604 (patch) | |
| tree | 6850f4ce2eb50781e2c5e9000de71d5585bb966f | |
| parent | 98a41666ec4b9d66316cf1cd750e01f0bbfb131d (diff) | |
manager: added COMPILE instructions
- first draft
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | manager/COMPILE | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manager/COMPILE b/manager/COMPILE new file mode 100644 index 0000000..a453b3a --- /dev/null +++ b/manager/COMPILE @@ -0,0 +1,14 @@ +COMPILE DISTRIBUTED-IO +====================== +Manuel Traut <manut@mecka.net> + +MPC/ACE/TAO +----------- +The TAO CORBA framework is used by the distributed-io server. It depends on the +MakeProjectCreator (MPC) and on ACE. To build these components from source +do the following steps: + + 1) git submodule init + 2) git submodule update + 3) cd deps/ace + 4) |
