[580] in Zephyr_Bugs
Re: need help compiling zephyr
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Sat Apr 1 18:26:24 1995
From: ghudson@MIT.EDU
Date: Sat, 1 Apr 1995 23:27:33 GMT
To: Ed Hurley <hurley@mama-bear.lcs.mit.edu>
Cc: bug-zephyr@MIT.EDU
In-Reply-To: "[579] in Zephyr_Bugs"
> i'm thinking all i need is the config.Imakefile, but i'm not sure.
> can you give me some advice about how to compile this in a
> non-Athena environment?
The required imake stuff should be included in the snapshot. To build
the sources, it is usually sufficient to:
xmkmf `pwd`
in the top level of the source tree. You may need to make some
modifications to the config/zephyr.rules file to build without
Kerberos or Hesiod, and you may need to manually build some of the
programs in the "util" subdirectory and put them in your path.
The Zephyr snapshot was not really a release, just a way of making the
code available to people "at their own risk". I hope to come up with
better procedures for making a real release in the not too distant
future.