From 16c9b16ec249693f8dcc9de3ea5bcd93164370c9 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 4 Sep 2008 15:19:59 +0000 Subject: WPS editor: * Fix some typo's in TODO & README * Fix libwps Makefile in Windows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18408 a1c6a512-1295-4272-9138-f99709370657 --- utils/wpseditor/README | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'utils/wpseditor/README') diff --git a/utils/wpseditor/README b/utils/wpseditor/README index c2b6a62866..ebdfd7a5a3 100644 --- a/utils/wpseditor/README +++ b/utils/wpseditor/README @@ -5,20 +5,27 @@ Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ \/ \/ \/ \/ \/ -Installation +/----------------------------------------------------------------\ +| Installation | +\----------------------------------------------------------------/ -To make a release version, change value in CONFIG from "debug" to "release" in gui.pro and QPropertyEditor.pro. +To make a release version, change the value CONFIG in gui.pro and QPropertyEditor.pro from "debug" to "release". -Windows: - * be sure that you have properly installed mingw, QT > 4.3.* and bin directories are set properly +/----------------------------------------------------------------\ +| Windows | +\----------------------------------------------------------------/ + + * make 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 - * 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 + * if you don't have qmake in your PATH environment, use the Qt command prompt + * run 'qmake && make' in utils\wpseditor\ + * the binary is then in utils\wpseditor\gui\bin\wpseditor.exe -Linux: +/----------------------------------------------------------------\ +| Linux | +\----------------------------------------------------------------/ - * Make sure you have libqt4-dev installed and you have a working Rockbox environment - * cd to utils/wpseditor/ and run 'buildall.sh' + * make sure you have libqt4-dev installed and you have a working Rockbox environment + * cd to utils/wpseditor/ and run 'qmake-qt4 && make' * cd to gui/bin/ and start WPS editor with './wpseditord' -- cgit v1.2.3