From 254fa65c7b75f61147186d9f9146b89ee11b2b26 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Wed, 3 Sep 2008 19:24:50 +0000 Subject: WpsEditor: commit FS#9344 by Rostislav Chekan - multitarget support (only colour targets for now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18399 a1c6a512-1295-4272-9138-f99709370657 --- utils/wpseditor/README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'utils/wpseditor/README') diff --git a/utils/wpseditor/README b/utils/wpseditor/README index 3a8b87c511..c2b6a62866 100644 --- a/utils/wpseditor/README +++ b/utils/wpseditor/README @@ -7,15 +7,18 @@ Installation +To make a release version, change value in CONFIG from "debug" to "release" in gui.pro and QPropertyEditor.pro. + Windows: - * be sure that you have properly installed mingw, QT > 4.3.* + * be sure that you have properly installed mingw, QT > 4.3.* and bin directories are set properly * if you want to debug wpseditor, you'll have to build Qt debug libraries - * cd to rockbox/utils/wpseditor/ from Qt command promt and run qmake and then make - * >gui\bin\wpseditor.exe + * if you haven't qmake from PATH enviromet use Qts command line. + * run 'buildall.bat' in utils\wpseditor\ + * the binary is then in utils\wpseditor\gui\bin\wpseditord.exe Linux: * Make sure you have libqt4-dev installed and you have a working Rockbox environment - * cd to utils/wpseditor/ and do 'qmake-qt4 && make' + * cd to utils/wpseditor/ and run 'buildall.sh' * cd to gui/bin/ and start WPS editor with './wpseditord' -- cgit v1.2.3