summaryrefslogtreecommitdiff
path: root/utils/wpseditor/README
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/README')
-rw-r--r--utils/wpseditor/README11
1 files changed, 7 insertions, 4 deletions
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 @@
7 7
8Installation 8Installation
9 9
10To make a release version, change value in CONFIG from "debug" to "release" in gui.pro and QPropertyEditor.pro.
11
10Windows: 12Windows:
11 13
12 * be sure that you have properly installed mingw, QT > 4.3.* 14 * be sure that you have properly installed mingw, QT > 4.3.* and bin directories are set properly
13 * if you want to debug wpseditor, you'll have to build Qt debug libraries 15 * if you want to debug wpseditor, you'll have to build Qt debug libraries
14 * cd to rockbox/utils/wpseditor/ from Qt command promt and run qmake and then make 16 * if you haven't qmake from PATH enviromet use Qts command line.
15 * >gui\bin\wpseditor.exe 17 * run 'buildall.bat' in utils\wpseditor\
18 * the binary is then in utils\wpseditor\gui\bin\wpseditord.exe
16 19
17Linux: 20Linux:
18 21
19 * Make sure you have libqt4-dev installed and you have a working Rockbox environment 22 * Make sure you have libqt4-dev installed and you have a working Rockbox environment
20 * cd to utils/wpseditor/ and do 'qmake-qt4 && make' 23 * cd to utils/wpseditor/ and run 'buildall.sh'
21 * cd to gui/bin/ and start WPS editor with './wpseditord' 24 * cd to gui/bin/ and start WPS editor with './wpseditord'