Added instructions to compile the GUI.

This commit is contained in:
Vesa Pikki 2009-07-02 11:38:47 +03:00
parent ebfa55b1c3
commit e5d5573067
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ Compiling
The Makefile works under Linux.
To make it work under Windows with DJGPP, change "g++" to "gxx".
To compile the GUI one needs Qt development libraries and issue the following commands:
cd gui
qmake
lrelease gui.pro
make
Usage