From e5d5573067e0540a9479d005adea65062157cf85 Mon Sep 17 00:00:00 2001 From: Vesa Pikki Date: Thu, 2 Jul 2009 11:38:47 +0300 Subject: [PATCH] Added instructions to compile the GUI. --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) 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