summaryrefslogtreecommitdiff
path: root/utils/wpseditor/README
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/README')
-rw-r--r--utils/wpseditor/README31
1 files changed, 0 insertions, 31 deletions
diff --git a/utils/wpseditor/README b/utils/wpseditor/README
deleted file mode 100644
index ebdfd7a5a3..0000000000
--- a/utils/wpseditor/README
+++ /dev/null
@@ -1,31 +0,0 @@
1 __________ __ ___.
2 Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/
7
8/----------------------------------------------------------------\
9| Installation |
10\----------------------------------------------------------------/
11
12To make a release version, change the value CONFIG in gui.pro and QPropertyEditor.pro from "debug" to "release".
13
14
15/----------------------------------------------------------------\
16| Windows |
17\----------------------------------------------------------------/
18
19 * make sure that you have properly installed MingW, Qt > 4.3.* and bin directories are set properly
20 * if you want to debug wpseditor, you'll have to build Qt debug libraries
21 * if you don't have qmake in your PATH environment, use the Qt command prompt
22 * run 'qmake && make' in utils\wpseditor\
23 * the binary is then in utils\wpseditor\gui\bin\wpseditor.exe
24
25/----------------------------------------------------------------\
26| Linux |
27\----------------------------------------------------------------/
28
29 * make sure you have libqt4-dev installed and you have a working Rockbox environment
30 * cd to utils/wpseditor/ and run 'qmake-qt4 && make'
31 * cd to gui/bin/ and start WPS editor with './wpseditord'