-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
21 lines (15 loc) · 836 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GENERAL INFO:
Nonogram-qt is a puzzle game that will generate (semi)random nonogram puzzles, and allow the user to
solve them. Please see https://en.wikipedia.org/wiki/Nonogram for more info on nonograms.
DEPENDENCIES:
Nonogram-qt requires Qt5 to work. If you want to use Qt4, please stick with the older version (1.0.0)
LICENSE:
Nonogram-qt and all its components is distributed under the GNU GPL v3 (or later). Please see the file
"COPYING" for more details.
INSTALLATION:
In addition to a C++ compatible compiler (such as g++) & toolchain you need the Qt development libraries
installed. Once you have these, simply run:
qmake && make
This should produce a stand-alone executable named "nonogram-qt". You can use this locally, or if you
have admin privileges install it system wide by running e.g.
sudo cp nonogram-qt /usr/bin