summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-06-05 18:51:23 +0000
committerStijn Buys <ingar@osirion.org>2012-06-05 18:51:23 +0000
commit811fc1986755bf20078eed0b7e21d31b085eb52d (patch)
tree8f4c62adaba87961a9e9f2cf0d30bd1ba56e7387
parent168d6e5763685b57c2ddd444209374c37bc5fdec (diff)
Added text to the README.
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
index e69de29..04ae552 100644
--- a/README
+++ b/README
@@ -0,0 +1,27 @@
+
+SUDOKU SOLVER
+
+ I'm not a fervent sudoku solver but I always wanted to try implementing
+ a program to solve the puzzles faster than I can. This is my first attempt.
+
+ This program uses the Qt library for its user interface, you will need
+ to have it installed to run the program.
+
+BUILDING INSTRUCTIONS
+
+ Basic building instructions
+
+ mkdir build
+ cd build
+ ../configure
+ make
+
+ The binary will be called 'sudokusolver' and be located in the 'src' directory.
+
+COPYRIGHT
+
+ This sudoku solver was written by Stijn "Ingar" Buys and is available under
+ the terms and conditions of the GNU Public License (GPL)
+
+ ingar@telenet.be
+ htpt://ingar.satgnu.net