Cygbuild - A porting tool for making Cygwin net releases
--------------------------------------------------------

Install instructions

    Running in place

        It is not mandatory to install anything. If you add the the
        package's bin/ directory to PATH, the program will search
        template files near the unpacked directories for template
        files.

    Cygwin binary package install

        If you received cygbuild in standard Cygwin binary archive format,
        it is installed by unpacking it at root directory:

            tar -C / -jxf <name-of-package.tar.bz2>

    Installing from a version control checkout:

        Details how to check out the project can ve found from project
        page. After checkout, various development commands can be
        listed with:

            make help

        The command `install-in-place' does not copy the files to
        /usr/bin, but uses symbolic links that refer to current
        checkout location.

            $ make install-in-place

        After that, you only need to update the project from time to
        time from version control repository. After each checkout or
        update, you may want to update the templete files to their
        latest versions with:

            $ make install-etc

Dependencies

        The aplication consists of set of programs that use intepreted
        languages. The dependencies are:

	o   Bash                            3.x
        o   Perl                            5.004+
        o   GNU awk, make, grep, tar...     any version
        o   GNU diffutils                   any version
        o   patchutils                      any version
        o   Wget                            any version
        o   Python                          any version
        o   GNU binutils                    any version
        o   GNU compiler collection         any version
        o   Standard programs: ls, etc.     any version

        It is possible to setup a Cygwin cross compiling environment
        in Free OS. See document "Cygwin/X Contributor's Guide" at
        <http://x.cygwin.com/docs/cg/prog-build-cross.html>

End of file
