
	This comprises the installation process for this overlay
    to the LinuxCOE SystemDesigner.

        NOTE:   If you are starting from the CVS version (otherwise skip
                to the "Getting started ..." section), you will need to run:

                        ./autogen.sh

                to setup the extra files necessary to complete the
                remainder of this process.

        Getting started is easy.  First you must adapt the overlay
    installation to the particulars of your system configuration.

        NOTE:  Use of this package requires the installation of
	       the SystemDesigner-SLES overlay as well

    a) If you know the installation prefix of the LinuxCOE SystemDesigner
       instance, simply perform:

        ./configure \
            --prefix=<YourLinuxCOESystemDesignerPrefix> \
            --help

    b) If you can't recall this value, please locate the

	config.state

       file, and look for the

        "export prefix"

       lines, and use their respective values in the command of a) above.

    Please note the output and do not proceed until you are satisfied.

    Then when ready, type the following to prepare for the installation:

        ./configure \
            --prefix=<YourLinuxCOESystemDesignerPrefix>

    Finally, as a user with appropriate priviledges to install software
    across your system directories, invoke:

	make install

    In order to have a fully functional overlay, you will still need
    to create boot image seed files, as outlined in:

	<YourLinuxCOESystemDesignerPrefix>/images/README

    Regards from the team that brought you
		      __   _                _________  ____
		     / /  (_)__  __ ____ __/ ___/ __ \/ __/
		    / /__/ / _ \/ // /\ \ / /__/ /_/ / _/
		   /____/_/_//_/\_,_//_\_\\___/\____/___/

