1. LEGACY

    Get Sudoku 1.0 - The free portable interactive sudoku solver
    Copyright (C) 2007    Nedeljko Stefanovic  (e-mail: stenedjo@yahoo.com)
	
	The file mingwm10.dll is the part of MinGW project. To get its complete
	source code visit www.mingw.org or contact the author.
	
	All other files are ownership of the author. Licensing terms follows.

    1.1 Executable code license

        You can redistribute it and/or modify it under the terms of the
        GNU General Public License as published by the Free Software Foundation;
        version 2 of the License.

    1.2 Source code license

        You can redistribute it and/or modify it under the terms of the
        GNU General Public License as published by the Free Software Foundation;
        either version 2 of the License, or (at your option) version 3.

    WARNING

        Legal using the executable code under the terms of version 3 of
        General Public Licence is impossible because linking with Qt 4.3.0
        library.

    NOTE

        The old project name is "FreeDoku". Project is renamed because
        an older project with same name of another author already exists.


2. WARRANTY

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

3. BUILDING EXECUTABLE FROM THE SOURCE

    3.1 Requrements

        TROLLTECH's Qt 4.3.0 or higher version and supported C++ compiler and
        operating system. For more details and download of Qt visit
        www.trolltech.com.

        MinGW C++ compiler included in Code::Blocks C++ integrated development
        environment for Microsoft Windows operating system is supported.

        GNU C++ compiler for UNIX-like operating systems (including GNU/Linux
        and Sun Solaris) is supported.

        MacOS X platform is supported.

    3.2 Microsoft Windows platform

        Just run script build.bat from source folder. Another way for building
		is using Code::Blocks integrated development environment, version 1.0rc2.
		It is downloadable from

			www.codeblocks.org.

		Using Code::Blocks integrated development environment is recommended
		for making modifications.

    3.3 UNIX-like platforms

        Just run script build from source directory.

    3.4 MacOS X platform

        Follow instructions given by TROLLTECH for Your platform.
