| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Source | 2010-07-22 | ||
| Programs | 2010-05-21 | ||
| README | 2012-03-26 | 1.2 kB | |
| Totals: 3 Items | 1.2 kB | 3 |
Crossword Master is designed to allow teachers to create simple
crossword puzzles, which can be used in various ways to aid language
teaching.
It has been tested on Kubuntu Linux, and should work on all Linux and
MS Windows versions which are supported by Qt.
It is written using the Qt framework, and can be compiled on any
system which has the Qt development environment installed, including
Microsoft Windows and Linux. It was developed on Kubuntu Linux.
To compile it on your system, follow these steps:
Download the source code from Sourceforge
(http://sourceforge.net/projects/crosswordmaster/)
Unzip the source into a directory of your choice
Download and install the Qt development environment for your
operating system (http://qt.nokia.com/downloads) or use your
distribution's package manager to install Qt 4.3 or later. To
compile on MS Windows you will also need MinGW. This is included in
the open source Qt SDK (eg qt-sdk-win-opensource-2010.02.01.exe)
Compile the code using the Qt tools (qmake or QDevelop)
Example: qmake -project -o xwd.pro
qmake
make
Contact peter2031@gmail.com if you have any questions.
Peter Barker