summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-07-12 00:13:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-07-12 00:13:32 +0000
commit976d73dab78b8bad957e666100b6df2dac36ca27 (patch)
tree5aba46bfcf19937638a2622bfd61cfbe5722a871
parent9d116e0035fb9233b4162ac01c110aad6db7807e (diff)
downloadATCD-976d73dab78b8bad957e666100b6df2dac36ca27.tar.gz
ChangeLogTag: Sun Jul 11 20:14:12 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/TAO-INSTALL.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index c59b8fd9f9c..d581290c763 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -486,7 +486,7 @@ If users are building from our <a
href="http://cvs.doc.wustl.edu/anoncvs.html"> anon cvs </a> the
GNUmakefiles, and project files for building on various platforms will
not be available. Users from anon cvs are expected to generate them
-using <a href="MPC/README">MPC </a> before building ACE, TAO or
+using <a href="../MPC/README">MPC</a> before building ACE, TAO or
CIAO. We point out some suggestions below to get bootstrapped
quickly.
@@ -506,7 +506,7 @@ quickly.
<UL>
<LI> Build ACE and TAO seperately. ACE needs to be built first and
instructins for building ACE are available at <a
- href="../ACE-INSTALL.html#MPC"> ACE-INSTALL </a>. GNUmakefiles and
+ href="../ACE-INSTALL.html#MPC">ACE-INSTALL</a>. GNUmakefiles and
project files for TAO can be generated by using the following
commands:<p>
<CODE> $ACE_ROOT/bin/mwc.pl TAO.mwc </CODE> <p>
@@ -516,13 +516,13 @@ quickly.
<LI> Build ACE+TAO together in one shot. To do that please issue
the following commands: <p>
<CODE> $ACE_ROOT/bin/mwc.pl TAOACE.mwc </CODE> <p>
- from <CODE> $TAO_ROOT </CODE>. This will generate GNUmakefiles for
+ from <CODE>$TAO_ROOT</CODE>. This will generate GNUmakefiles for
ACE, gperf, and core ACE+TAO libraries. Issuing a
<CODE>'make'</CODE> from <CODE>$TAO_ROOT </CODE> will build all of
the above in one shot. You can use <CODE> -type vc6 </CODE> to
generate VC6 project and workspace files. <CODE>TAOACE.dsw</CODE>
can be used by users to build ACE+TAO from a single workspace
- file. USers can use <CODE> -type vc71 </CODE> to generate the VC71
+ file. Users can use <CODE> -type vc71 </CODE> to generate the VC71
solutions files. <p>
</UL>
<LI>If you want to build CIAO and its associated libraries