First of all, you need Java in order to run Sudokuki.
If you don't already have Java on your machine, you can find it here: http://www.java.com/ http://openjdk.java.net/ Download a Sudokuki binary package here: http://sourceforge.net/project/platformdownload.php?group_id=180199 Extract the binary package (using 7-Zip for example, or any other zip program). Launch Sudokuki like this if you're using a GNU/Linux distribution:
$ ./sudokuki.sh
or like this:
$ java -Djava.library.path=./ -jar sudokuki*.jar If you're using MS-Windows, double-click on the Sudokuki JAR file inside the unzipped package. If you encounter whatever difficulty to run Sudokuki on your specific platform, please describe the problem on the FORUMS hosted by Sourceforge. If you don't have an answer after a few days, try to join me by email (consult the README file that comes with the package). Sudokuki is free software ("software libre"). You can compile Sudokuki from its source code and transfer the whole program as long as you follow the GNU General Public License, version 3 or later.
--
Sylvain