head     1.2;
branch   ;
access   ;
symbols  ATH7_4:1.2 ATH7_6:1.2;
locks    ; strict;
comment  @# @;


1.2
date     92.04.27.12.38.42;  author epeisach;  state Exp;
branches ;
next     1.1;

1.1
date     92.04.27.12.38.18;  author epeisach;  state Exp;
branches ;
next     ;


desc
@@


1.2
log
@More details ofrequirements. (explicit on kerberos 4, librarys [wdc]
@
text
@
CONTENTS:

Makefile	Instructions for building entire system

Imakefile	Use this if you have imake.  Make a copy of the
		makefiles first, in case imake doesn't work.
		A copy of Athena imake config can be found in config/

config/		Athena Imake config (should be in /usr/athena/config)

include/	header files

rpc3.9/		Sun RPC version needed for NEOS protocol
		(For rs6000, use builtin RPC instead.
		 Imake will do this for you.)

ets/		error tables
			requires com_err, kerberos v4, rpc3.9 libraries

protocol/	shared between server and clients
			requires rpc3.9, kerberos v4 libraries

lib/		file exchange client libarary
			requires protocol/
			requires com_err, kerberos v4 libraries
			hesiod library recommended

clients/	source code for standard client programs
			requires lib/
			requires hesiod, but with some work
			it could work without it (change full_name.c)

server/		source code for file exchange server
			requires protocol/
			requires ndbm, kerberos v4 libraries

fxtest/		program for testing server without using library
@


1.1
log
@Initial revision
@
text
@d6 6
d14 3
a16 1
rpc3.9/		Sun RPC version needed for EOS protocol
d19 1
a19 1
			requires com_err, kerberos, rpc3.9
d22 1
a22 1
			requires rpc3.9, kerberos
d25 3
a27 2
			requires protocol
			requires com_err, kerberos, hesiod
d30 3
a32 1
			requires lib
d35 2
a36 2
			requires protocol
			requires ndbm, kerberos
@
