------------------------------
REMAKING a new copy of GENESIS
12/89 Distribution version
------------------------------

To make a new copy of the executable which contains additional libraries
not present in the standard distribution follow these steps:

1) read the document entitled makelib.doc which provides instructions on
constructing a valid GENESIS library.

2) add the name of the library (given in the LIBRARY_NAME variable in the
library makefile) to the file 'liblist' which is present
in the top level directory (the directory which will contain the final
compiled version of genesis and which also contains the top level makefile) 

3) In the top level makefile, add the path of the directory(ies) containing
the new library(ies) in the variable USERDIR

4) In the top level makefile, add the path of the new library(ies) in the 
variable USERLIB

5) type make at the top level. This should produce a new executable
version of genesis with the name given by the SIMNAME variable in the
top level makefile.

