From 678df4e0f6758bfb703ea094f39ba11549db0f3d Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 15 Oct 2003 17:53:08 +0000 Subject: ChangeLogTag:Wed Oct 15 12:10:39 2003 Douglas C. Schmidt --- ACE-INSTALL.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'ACE-INSTALL.html') diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 4136498c2ec..3952ac43caa 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -1095,15 +1095,21 @@ need to do:

name of the root of the directory where you keep the ACE wrapper source tree. The ACE recursive Makefile scheme needs this information. There are several ways to set the ACE_ROOT variable. For - instance, in my .login file I have the following entry:

+ instance, in my .login file for TSCH/CSH I have the following entry:


       % setenv ACE_ROOT /home/cs/faculty/schmidt/ACE_wrappers
       

- However, if you're building a number of versions of ACE, e.g., for - different OS platforms or for different releases of ACE, you might use - the following approach: + BTW, if you're running BASH or Bourne Shell you'll need to do the following: + +


+      % ACE_ROOT=/home/cs/faculty/schmidt/ACE_wrappers; export ACE_ROOT
+      

+ + If you're building a number of versions of ACE, however, (e.g., for + different OS platforms or for different releases of ACE) you might use + the following approach (again assuming TCSH/CSH):


       % setenv ACE_ROOT $cwd
-- 
cgit v1.2.1