
    ezwinports -- MS-Windows ports of Unix and GNU software
    http://sourceforge.net/projects/ezwinports

    The source archive includes everything needed to build the binaries;
    in particular, the sources are already patched with all the changes
    necessary for the Windows port to function correctly.  The source
    archive also includes the results of configuring the package: the
    generated Makefile's, the famous config.h header file, etc.


    MinGW

    To build the package:           make
    To install in DESTDIR/prefix:   make -f mingw64.mak install DESTDIR=/c/win32
    To cleanup:                     make -f mingw64.mak clean


    MinGW-w64

    To build the package:           make -f mingw64.mak build
    Strip executables:              make -f mingw64.mak strip
    To install in DESTDIR/prefix:   make -f mingw64.mak install
    To create a zip binary package: make -f mingw64.mak zip
    To cleanup:                     make -f mingw64.mak clean
    All at once:                    make -f mingw64.mak all


    RUNNING TESTS

    The test suite needs to be run in the cmd.exe shell (because it is a .bat
    script) and requires the MSYS sh.exe in PATH.

    set PATH=%PATH%;c:\mingw\msys\1.0\bin 

    Test that you have sh.exe in PATH and are able to start it.

    cd find\testsuite
    testsuite.bat

    cd locate\testsuite
    testsuite.bat

    Some tests may report a FAILED but are actually passing. Check the diff
    output.
