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