diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-10-15 17:53:08 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-10-15 17:53:08 +0000 |
commit | 678df4e0f6758bfb703ea094f39ba11549db0f3d (patch) | |
tree | 960831165810d02755e62b4e1b1864e1b8dba618 /ACE-INSTALL.html | |
parent | 320160ab6e19cfcc52967af30e33eb8890f64685 (diff) | |
download | ATCD-678df4e0f6758bfb703ea094f39ba11549db0f3d.tar.gz |
ChangeLogTag:Wed Oct 15 12:10:39 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 14 |
1 files changed, 10 insertions, 4 deletions
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:<P> 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:<P> + instance, in my .login file for TSCH/CSH I have the following entry:<P> <pre><code> % setenv ACE_ROOT /home/cs/faculty/schmidt/ACE_wrappers </code></pre><P> - 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: + + <pre><code> + % ACE_ROOT=/home/cs/faculty/schmidt/ACE_wrappers; export ACE_ROOT + </code></pre><P> + + 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): <pre><code> % setenv ACE_ROOT $cwd |