/* Copyright (C) 1992, Digital Equipment Corporation                         */
/* All rights reserved.                                                      */
/* See the file COPYRIGHT for a full description.                            */

/* Last modified on Sat Apr 25 02:06:11 PDT 1992 by muller                   */

If you have just unpacked a bootstrap archive, you need to do the following:

Build the m3make system:

	select the appropriate architecture, say ARCH

	create m3make/ARCH/config, using m3make/model-configs/ARCH as a model

	$ (cd m3make/ARCH; make -f ../src/Makefile all install)

Build and install the driver and the compiler:

	$ m3make -f m3makefile.boot all install

For each source archive <ARCHIVE> you want to install (starting with
libm3, which you surely want):

	$ m3make -f m3makefile.<ARCHIVE> all install

After the installation is done, you can:

	$ m3make -f m3makefile.<ARCHIVE> clean

to remove all the derived files and keep only the sources, or you can:

	$ rm -f m3makefile.<ARCHIVE> <ARCHIVE>

to delete all the files.


There is no need to reinstall the m3make, driver and compiler source
archives (but you can do so if you want).


You can later upgrade any of the source components, including m3make,
the driver or the compiler, by installing the corresponding source
archive; you should not need to remove the existing files then.
