summaryrefslogtreecommitdiff
path: root/TAO/TAO-INSTALL.html
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-24 02:50:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-24 02:50:11 +0000
commit2327167b3a53a88518c530d681c4e4ea95146147 (patch)
tree73ab65f3458a774ca77ba4b4ed1fa5da25eaf633 /TAO/TAO-INSTALL.html
parentb772ce733d2a36fa5da14be595087b98cabb2e7e (diff)
downloadATCD-2327167b3a53a88518c530d681c4e4ea95146147.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r--TAO/TAO-INSTALL.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 557f34b1b86..5b93dc2f655 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -53,14 +53,14 @@ likely unpredictable and erroneous results. <P>
in the <CODE>$TAO_ROOT</CODE> directory.
</P>
- <P>A smaller subset, that may be of interest to test basic TAO
+ <P>A smaller subset, that may be of interest to test basic TAO
functionality, is:
<CODE>$TAO_ROOT/tao</CODE>,
<CODE>$TAO_ROOT/TAO_IDL</CODE>,
<CODE>$TAO_ROOT/tests/Param_Test</CODE>.
Then you can execute the <CODE>run_test.pl</CODE> script in
<CODE>$TAO_ROOT/tests/Param_Test</CODE> and/or
- follow the instructions contained in the <CODE>README</CODE>
+ follow the instructions contained in the <CODE>README</CODE>
file in the same directory.
</P>
@@ -151,6 +151,13 @@ add a variable CPP_LOCATION to your environment and set it to the compiler
you want to use. This variable will override the default.
</P>
+<p> <code>TAO_IDL</code> uses the directory defined by the environment
+variable <code>TMP</code> to store its temporary files. If
+<code>TMP</code> is not defined, TAO_IDL uses <code>C:\TEMP</code> on
+NT/Win95 for temporary files. Make sure you have <code>TMP</code>
+defined and it points to a valid directory where you can write to.
+</p>
+
Remember to <a href="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html">set
up ACE</A> before building TAO.