
	This comprises the installation process for the LinuxCOE
    SystemDesigner from project snapshots.  Utilizing standard open
    source technologies, you will be able to adapt the LinuxCOE
    SystemDesigner to your system, install it, and later customize
    it's behavior through further configuration options.

	Getting started is easy.  First you must adapt the LinuxCOE
    SystemDesigner installation to the particulars of your system
    configuration.  In this top level directory, please find the

    	./config.site

    file and modify it to match your current configuration.  Unless
    overwritten by command line arguments, the settings in "config.site"
    will be leveraged through the remaining installation process steps.

    	Second, type the following to incorporate these adaptations
    into your installation:

    	export CONFIG_SITE="./config.site" && ./configure --help

    to both review the settings and intended actions, plus familiarize
    yourself with the available options.  You are encouraged to
    accept the default behavior of no arguments (yet still with the
    above adaptations) to more easily install this package, however, you
    are free to reduce the amount of integration of LinuxCOE SystemDesigner
    with your system (at the penalty of completing the steps
    manually later).  Then when ready, type the following to prepare
    for the installation:

    	export CONFIG_SITE="./config.site" && ./configure

    noting the output and do not proceed until you are satisfied.

	Third, type the following to complete your adapted installation
    of the LinuxCOE SystemDesigner:

    	make

    and as a user with appropriate privileges to install software
    across your system directories, invoke:

	make install

    If you so desire, this installation package can also fully
    integrate the LinuxCOE SystemDesigner into your system by
    typing (again as a user with appropriate privileges):

	make integrate

    Please review the README.last file for any further actions
    you might need to take.

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

