
This directory is the root for development of the Muse authoring system.

There are several sub-trees of interest:

	MUSE		- for muse 1.0 and 1.1
	MUSE/src	- sources
	MUSE/vax_X11	- shadow tree for building vax version
	MUSE/rt_X11	- shadow tree for building rt version

The most recent 'stable' executable is in:

	/mit/musedev/MUSE/`machtype`_X11/contrib/Muse/bin/musev11

The previous (old) version should always be in:

	/mit/musedev/MUSE/`machtype`_X11/contrib/Muse/bin/musev11.old

The most current (unstable) version being worked on is:

	/mit/musedev/MUSE/`machtype`_X11/contrib/Muse/src/Packages/musev11

We are now in the process of setting up the tree for the next version of
Muse (2.0 and 2.1). The following note is from Dave Carver (dcc) on the
new directory and build structures:

===================

  I have implemented a new build environment for Muse.  It features
  
    - symbolically linked root and component root directories to ease
      the transition from one version to the next.  Currently the
      following symbolic links are used:

	muse --> .muse.v2.r1

        muse/src/VideoServer --> .VIDSERVE
        muse/src/gdb --> .gdb.v1.r1

    - a pure Muse structure without an X super-structure

    - some adjustments in the directory organization to simplify
      the overall structure

    - a new Imake to match the new Muse only structure

    - musev11 is now made in the top directory rather than in Packages
      component directory

    - a tree shadowing facility that is used to shadow the source tree
      into machine dependent trees; the facility is general enough for
      individuals to shadow any file tree upon request.
