diff options
author | Brent Eagles <brent@zeroc.com> | 2006-07-31 17:03:51 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-07-31 17:03:51 +0000 |
commit | e4185b5dee29d085ade10abbaa938aed1ddbb9ab (patch) | |
tree | 72d2dd054caefa045a750899e7a08569e75e6314 | |
parent | adding dependancy file (diff) | |
download | ice-e4185b5dee29d085ade10abbaa938aed1ddbb9ab.tar.bz2 ice-e4185b5dee29d085ade10abbaa938aed1ddbb9ab.tar.xz ice-e4185b5dee29d085ade10abbaa938aed1ddbb9ab.zip |
Adding comment about needing ACE_ROOT as well.
-rw-r--r-- | perf/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/perf/README b/perf/README index 8419c3dc775..49aaa283b5a 100644 --- a/perf/README +++ b/perf/README @@ -20,14 +20,14 @@ To configure your environment: - set the ICE_HOME environment variable to refer to the path of the Ice distribution you want to test. - set the ICEE_HOME environment variable to refer to the path of the - IceE distirbution you want to test. - - set the TAO_ROOT environment variable to refer to the path of the TAO - distribution you want to test. - -ICEE_HOME and TAO_ROOT are optional settings and are only required if -you want to build and run the TAO and IceE performance tests. Ice and -ICE_HOME is required for the TAO tests as the TAO performance tests use -some Ice APIs in their implementation. + IceE distribution you want to test. + - set the TAO_ROOT and ACE_ROOT environment variables to refer to the + path of the TAO distributions you want to test. + +ICEE_HOME, TAO_ROOT and ACE_ROOT are optional settings and are only +required if you want to build and run the IceE and TAO performance +tests. Ice and ICE_HOME is required for the TAO tests as the TAO +performance tests use some Ice APIs in their implementation. Note that if you have a pre-existing working environment configured for using Ice and TAO, chances are you already have these variables |