summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-05 02:52:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-05 02:52:28 +0000
commit9eb5ef9f999782a55d4b5e46d0302f2e4d93b996 (patch)
treeecb043450b6703858086ebec8666dbeeefe0c18d /ACE-INSTALL.html
parentcdcee0a5c8c3c1fc69c280602f61dcd75fc522ac (diff)
downloadATCD-9eb5ef9f999782a55d4b5e46d0302f2e4d93b996.tar.gz
*** empty log message ***
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index dc7c01d2db5..c5fe588787c 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -447,9 +447,14 @@ the following approach:
% make
</code></pre><P>
- at the root of the ACE source tree. This will build the static and
- shared object libraries and build the tests and the sample
- applications. <P>
+at the root of the ACE source tree. This will build the ACE library,
+tests, the examples, and the sample applications. Building the entire
+ACE release can take a long time, however. Therefore, you might
+consider cd'ing into the $ACE_ROOT/ace/ directory and running
+<CODE>make</CODE> there to build just the ACE library. As a sanity
+check, you might also want to build and run the automated <A
+HREF="ACE_wrappers/tests/README">``one-button'' tests</A> in
+$ACE_ROOT/tests/. <P>
<LI> If you need to regenerate the Svc_Conf_y.cpp file, you'll need to
get <A HREF="http://www.cs.wustl.edu/~schmidt/byacc.tar.gz">Berkeley