diff --git a/readme.txt b/readme.txt index f26d97d4d..427f343e7 100644 --- a/readme.txt +++ b/readme.txt @@ -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