
===========================
|| How To Install 'ndb'? ||
===========================

by Jiang Wu, jiangwu@postgres.berkeley.edu

$Date: 1993/09/29 01:07:22 $

----------------------------------------------------------------------

Before compiling 'ndb', you need to obtain 3 files and compile them
into .o files.  These 3 files are:

	reserved.c
	rsa_key.c
	rsa_utilmp.c (or one of the alternate *mp.c)

You can find these files via anonymous ftp to

	pittslug.sug.org
	/pub/netrek/rsa/res-rsa.tar.Z.crypt
        /pub/netrek/rsa/RSA-README
	/pub/netrek/rsa/crypt.readme

Please read the readme files to find out how to get the key to de-cript
the tar file and extract the RSA related netrek client codes.  Please
do not ask me for any RSA related source files because I do not have
them.  I am not an US or Canadian citizen.

Once you obtained these RSA sources, compiled these 3 files into
binary .o's for your system:

	reserved.o
	rsa_key.o
	rsa_utilmp.o	<== or any of the alternative *mp.o's

Put these .o files in the same directory as the source files for
'ndb'.  Now you are ready to compile 'ndb'.

If you are using one of the alternate *mp.o instead of rsa_utilmp.o,
make sure the change the Makefile to reflect the file that you are
using.  The place to change is:

RSA_OBJS = rsa_utilmp.o rsa_key.o
           ^^^^^^^^^^^^
		|
		\-- change if necessary

At the shell prompt, do:

> make depend

> make

=========================================================================
Questions + comments to:

	jiangwu@postgres.berkeley.edu
or
	jh@cs.umd.edu
=========================================================================

