summaryrefslogtreecommitdiff
path: root/TAO/TAO-INSTALL.html
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-13 22:33:23 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-13 22:33:23 +0000
commita8eba48676e78fed3e6b929d60da11b81e83a365 (patch)
tree67cca001dcabc7a2a30dd16061907f388507a3b9 /TAO/TAO-INSTALL.html
parent1b9f7eca30a01bacdb768a847dbd33e838b6dd29 (diff)
downloadATCD-a8eba48676e78fed3e6b929d60da11b81e83a365.tar.gz
* Makefile (INSTALL): Added a rule to build the INSTALL file from
TAO-INSTALL.html. Also added both TAO-INSTALL.html and INSTALL to the list of files included in the release. TAO-INSTALL.html had not been included at all. * TAO-INSTALL.html: Updated some of the text in the Unix portion to be explicit regarding the need for GNU Make. * INSTALL: Added this file, which is the output of 'lynx -dump TAO-INSTALL.html'.
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r--TAO/TAO-INSTALL.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 6c92bda8c29..e1cb22273f2 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -39,7 +39,7 @@ undefined and most likely unpredictable and erroneous results. <P>
<UL>
<li>Change directory to <code>$ACE_ROOT/ace</code> and execute
- <code>make</code>.</li> <P>
+ <code><a href="#makenotes">make</a></code>.</li> <P>
</UL>
<li>Set <code>TAO_ROOT</code> environment variable to
@@ -49,17 +49,28 @@ undefined and most likely unpredictable and erroneous results. <P>
<UL>
<li>Change directory to <code>$TAO_ROOT/tao</code> and
- execute <code>make</code>.</li> <P>
+ execute <code><a href="#makenotes">make</a></code>.</li> <P>
</UL>
<li>Change directory to <code>$TAO_ROOT/tests</code> and
- execute <code>make</code>.</li> <P>
+ execute <code><a href="#makenotes">make</a></code>.</li> <P>
<li>Follow instructions on executing the various examples under
<code>$TAO_ROOT/tests</code>.<P>
</ol>
+ <h4><strong><a name="makenotes">A Note On Make</a></strong></h4>
+ <p>
+ Since TAO is built atop ACE, TAO re-uses ACE's Makefile
+ structure as well. Thus, just like ACE requires GNU Make, so
+ too does TAO. More exactly, versions of <code>make</code> which
+ are known to <em>not</em> work include those from Solaris 4.x
+ and 5.x, HP-UX, the latest BSD, etc.
+ <p>
+ GNU Make can be obtained from various places in source form.
+
+
<HR><P>
<H3>On Windows NT</H3>