From 52e73517c84b9f3e4573f73f55d0c8a0a73a3604 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 30 May 2012 03:00:06 +0200 Subject: manager: added COMPILE instructions - first draft Signed-off-by: Manuel Traut --- manager/COMPILE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manager/COMPILE 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 + +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) -- cgit v1.2.3