summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-11-17 12:24:38 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-11-17 12:24:38 +0000
commitbb55128055e57c2823909df37f0320fc2bba5ae0 (patch)
treed3820220f8224feb9016f366bef6206ecb6d7a8f /INSTALL
parent86de84932203326b9c124f45e24dfbb4807df33f (diff)
--enable-athena is no more.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 1 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index 88f9dd7..0dcd51d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,20 +3,7 @@ learn how to use Zephyr once you've installed it, read the file USING.
To learn how to set up Zephyr service at a site, read the file
OPERATING.
-To build and install Zephyr for the Athena environment, run:
-
- setenv CC "cc" # Or whatever compiler
- ./configure --enable-athena
- make
- make install
-
-(If you're not sure whether your site qualifies as being in the
-"Athena environment," the exact criteria are that you have installed
-versions of Hesiod, Kerberos 4, libss, and libcom_err in /usr/athena,
-and that you want Zephyr to be installed in the Athena directory
-layout.)
-
-To build and install outside the Athena environment, you can run:
+To build and install Zephyr, run:
./configure
make