Before installation of Sudoku Sensei 2.0 program check if your computer corresponds to the following indispensable conditions:
Processor Pentium III or more. For better results we recommend Pentium IV.
At least 32 MB (megabytes) RAM.
Mouse and keyboard.
Operational System: Windows or Linux.
For Linux environment libraries QT4 version 4.2.3 (or better) are necessary. The last desktop linux distributions like Ubuntu 7.04 or Fedora 7 have them.
Enough space on hard disk. Remember that together with saved games the program may occupy about 20 MB.
To install the program in Windows you should follow certain instructions:
Download installation archive from the Internet:
Complete the installation archive. Select the reference of the program functioning (for example, “C:/SudokuSensei”) where all archives are situated.
Press “EXTRACT’ and all archives will be installed.
Now you have the whole installed program. To play the game you must complete the following:
Open Windows.
Select “C:/SudokuSensei” in the directory.
Now SudokuSensei.exe program operates.
If you want you may provide the direct access to the desktop. For that you should:
Select the program that you have chosen for the installation in the directory (for example, “C:/SudokuSensei”).
Press the right button of the mouse and chose "Send to→ Desktop for direct access".
To install the program in Linux you should follow certain instructions:
Download archive .tar with the files of the program for Linux from the Internet:
Open the terminal and rearchive .tar archive:
$ tar -xvzf SudokuSensei_2_0_Linux.tar
Now you have the whole installed program. To play the game you must complete the following:
Open the terminal.
Select the directory that you’ve chosen for the installation. for example:
$ cd /home/user/SudokuSensei/
Select SudokuSensei archive and enjoy
$ ./SudokuSensei
To install the program with the help of source code you must complete the following:
Download the development program Qt/X11 Open Source Edition version 4.2.3 or better in http:/www.trolltech.com/developer/downloads/qt/index.
Install the said program keeping on following the directions of its readme. Do not forget to change .profile archive in order to enable your PATH variable to include the new directory Qt.
Download the source archive SudokuSensei v2.0.
Open the terminal, extract all files and go into the new directory:
$ tar -xvzf SudokuSensei_2_0_Sources.tar
$ cd SudokuSensei
Complete the following in the terminal:
$ qmake SudokuSensei.pro (qmake-qt4 in Fedora 7)
$ make
After that, the new program will be created and for its execution it will be necessary to activate SudokuSensei archive.
$ ./SudokuSensei