summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-16 16:36:22 +0000
committerlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-16 16:36:22 +0000
commitae20a07c9047115bcb29ad9c097611e47690a706 (patch)
tree5c9d7976ce5472bc8dda2da18f3dc5bc989dd1fa
parente4e8346e4a95639183937f0023b6685f9f818227 (diff)
downloadATCD-ae20a07c9047115bcb29ad9c097611e47690a706.tar.gz
ChangeLogTag: Tue Mar 16 10:36:21 2004 Tao Lu <lu@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/CIAO-INSTALL.html15
-rw-r--r--TAO/CIAO/ChangeLog16
2 files changed, 22 insertions, 9 deletions
diff --git a/TAO/CIAO/CIAO-INSTALL.html b/TAO/CIAO/CIAO-INSTALL.html
index 63ce8f96374..29180260e1c 100644
--- a/TAO/CIAO/CIAO-INSTALL.html
+++ b/TAO/CIAO/CIAO-INSTALL.html
@@ -104,15 +104,22 @@ ACE because CIAAO tracks changes to ACE and TAO very closely. <P>
<LI>Use ACE Make uitility.<P>
<UL>
- <LI>Install <code>boost_filesystem</code>, <code>boost_regex</code> and <code>Utility Library</code>. For how to do that please see <a href="./CCF/Documentation/Build.html">Build.html</a>.<P>
+ <LI>Install <code>boost_filesystem</code>, <code>boost_regex</code> and <code>Utility Library</code>. For how to do that please see <a href="./CCF/Documentation/Build.html">Build.html</a>.
<LI>Type <code>make</code> in <code>$CIAO_ROOT/CCF</code> and <code>$CIAO_ROOT/CIDLC</code>.<p>
</UL>
- <LI>Use MPC: (Not supported yet)
+ <LI>Use MPC:
+ <P>
+ <UL>
+ <LI>Install <code>boost_filesystem</code>, <code>boost_regex</code> and <code>Utility Library</code>. For how to do that please see <a href="./CCF/Documentation/Build.html">Build.html</a>.
+ <LI>2. In <code>$CIAO_ROOT/CIDLC</code> run <code>$ACE_ROOT/bin/mwc.pl CIDLC.mwc</code>
+ <LI>3. In <code>$CIAO_ROOT/CIDLC</code> run <code>make</code>.
+ <br>Note: The linking time is a bit long (more than 5 Minutes with an Intel XEON 1.90GHZ CPU, please be patient).
+ </UL>
</OL>
- <P>There are 2 ways to build CIDL compiler on <Strong>Windows</STRONG>:<P>
+ <P>There are 2 ways to build the CIDL compiler on <Strong>Windows</STRONG>:<P>
<OL>
- <LI>Use The Visual Studio solution/project file. For detail please see <a href="./CCF/Documentation/Build.html">Build.html</a><p>
+ <LI>Use the provided Visual Studio solution/project file. For detail please see <a href="./CCF/Documentation/Build.html">Build.html</a><p>
<LI>Use MPC: (Not supported yet)
</OL>
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 59c3378524f..932e5cb1520 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,12 +1,18 @@
+Tue Mar 16 10:36:21 2004 Tao Lu <lu@dre.vanderbilt.edu>
+
+ * CIAO-INSTALL.html:
+
+ Added the support for CIDL with MPC on Linux.
+
2004-03-15 Venkita Subramonian <venkita@harry.cs.wustl.edu>
- * docs/static_config_example.html:
- * docs/static_ciao_contents.html:
- * docs/static_ciao_toc.html:
+ * docs/static_config_example.html:
+ * docs/static_ciao_contents.html:
+ * docs/static_ciao_toc.html:
Made some modifications to include an example run.
-
- * docs/index.html:
+
+ * docs/index.html:
Added link from the CIAO main page to the static config
documentation.